diff options
Diffstat (limited to '.clang-format')
| -rw-r--r-- | .clang-format | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.clang-format b/.clang-format index 96c486259..b4f796783 100644 --- a/.clang-format +++ b/.clang-format | |||
| @@ -13,7 +13,7 @@ BinPackParameters: 'true' | |||
| 13 | ColumnLimit: '1000' | 13 | ColumnLimit: '1000' |
| 14 | IndentCaseLabels: 'true' | 14 | IndentCaseLabels: 'true' |
| 15 | IndentPPDirectives: AfterHash | 15 | IndentPPDirectives: AfterHash |
| 16 | IndentWidth: '2' | 16 | IndentWidth: '4' |
| 17 | MaxEmptyLinesToKeep: '1' | 17 | MaxEmptyLinesToKeep: '1' |
| 18 | PointerAlignment: Right | 18 | PointerAlignment: Right |
| 19 | SortIncludes: 'false' | 19 | SortIncludes: 'false' |
