Browse Source

fix indent size

pull/6117/head 0.6.399
shela 4 years ago
committed by Drashna Jaelre
parent
commit
c3c61dc76e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .clang-format

+ 1
- 1
.clang-format View File

@ -13,7 +13,7 @@ BinPackParameters: 'true'
ColumnLimit: '1000' ColumnLimit: '1000'
IndentCaseLabels: 'true' IndentCaseLabels: 'true'
IndentPPDirectives: AfterHash IndentPPDirectives: AfterHash
IndentWidth: '2'
IndentWidth: '4'
MaxEmptyLinesToKeep: '1' MaxEmptyLinesToKeep: '1'
PointerAlignment: Right PointerAlignment: Right
SortIncludes: 'false' SortIncludes: 'false'


Loading…
Cancel
Save