Re: [PATCH] Add a comment to .clang-format about the meaning of the file

2017-09-30 Thread Junio C Hamano
Stephan Beyer writes: > Having a .clang-format file in a project can be understood in a way that code > has to be in the style defined by the .clang-format file, i.e., you just have > to run clang-format over all code and you are set. This is not the case in the > Git project, which is now reflec

[PATCH] Add a comment to .clang-format about the meaning of the file

2017-09-30 Thread Stephan Beyer
Having a .clang-format file in a project can be understood in a way that code has to be in the style defined by the .clang-format file, i.e., you just have to run clang-format over all code and you are set. This is not the case in the Git project, which is now reflected by an comment in the beginni