Skip to content

Commit

Permalink
Use tab width of 4 instead of 8
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesLorenz committed May 30, 2019
1 parent f44cbba commit 94b48d5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,22 @@ Language: Cpp
Standard: Cpp11

# Identation
TabWidth: 8
TabWidth: 4
UseTab: Always
IndentWidth: 8
IndentWidth: 4
ColumnLimit: 80

# Identation detail
AlignAfterOpenBracket: DontAlign
ContinuationIndentWidth: 8
ContinuationIndentWidth: 4
BreakConstructorInitializers: AfterColon
ConstructorInitializerIndentWidth: 8
ConstructorInitializerIndentWidth: 4
ConstructorInitializerAllOnOneLineOrOnePerLine: false
BinPackParameters: true
BinPackArguments: true
AlignOperands: false
AlignEscapedNewlines: DontAlign
AccessModifierOffset: -8
AccessModifierOffset: -4

# Includes
IncludeBlocks: Regroup
Expand Down

0 comments on commit 94b48d5

Please sign in to comment.