diff --git a/.clang-format b/.clang-format index f5cecef5..2957a603 100644 --- a/.clang-format +++ b/.clang-format @@ -3,6 +3,7 @@ ColumnLimit: 120 BinPackParameters: false # Allow either all parameters on one line or one parameter per line, no packing. BinPackArguments: false # The same for function calls. +SortIncludes: false # Do not reorder header files and do not insert empty lines there. AllowShortLambdasOnASingleLine: All MaxEmptyLinesToKeep: 1