Skip to content

Commit

Permalink
fix indent size
Browse files Browse the repository at this point in the history
  • Loading branch information
shelaf authored and drashna committed Jun 11, 2019
1 parent 8ac9048 commit c3c61dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ BinPackParameters: 'true'
ColumnLimit: '1000'
IndentCaseLabels: 'true'
IndentPPDirectives: AfterHash
IndentWidth: '2'
IndentWidth: '4'
MaxEmptyLinesToKeep: '1'
PointerAlignment: Right
SortIncludes: 'false'
Expand Down

0 comments on commit c3c61dc

Please sign in to comment.