diff options
Diffstat (limited to '.clang-format')
-rw-r--r-- | .clang-format | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.clang-format b/.clang-format index cdea6de7..b55085ef 100644 --- a/.clang-format +++ b/.clang-format @@ -13,4 +13,5 @@ ColumnLimit: 140 BreakBeforeBraces: Allman AlignAfterOpenBracket: AlwaysBreak IndentExternBlock: Indent -PointerAlignment: Left
\ No newline at end of file +PointerAlignment: Left +SortIncludes: false
\ No newline at end of file |