diff options
| -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'  ColumnLimit: '1000'  IndentCaseLabels: 'true'  IndentPPDirectives: AfterHash -IndentWidth: '2' +IndentWidth: '4'  MaxEmptyLinesToKeep: '1'  PointerAlignment: Right  SortIncludes: 'false'  | 
