Browse Source
* AlignTrailingComments: true * AllowShortBlocksOnASingleLine: true * AllowShortFunctionsOnASingleLine: None * PointerAlignment: Right Note, currently, the format.sh script uses the config file for .cpp files. The `AlignConsecutiveAssignments: true` setting is specifically added for .h files. I could not find a way to specify what config file to use for clang-format. So, for now, the config file is used for .cpp.pull/25/head
2 changed files with 8 additions and 8 deletions
Loading…
Reference in new issue