Skip to content

Commit d584dbb

Browse files
author
Lorenz Kästle
committed
Change clang-format config
1 parent 3cfb8ff commit d584dbb

File tree

5 files changed

+250
-147
lines changed

5 files changed

+250
-147
lines changed

.clang-format

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
BasedOnStyle: LLVM
21
UseTab: ForContinuationAndIndentation
32
IndentWidth: 4
43
TabWidth: 4
54
AllowShortIfStatementsOnASingleLine: false
65
BreakBeforeBraces: Attach
76
AlignConsecutiveMacros: true
8-
ColumnLimit: 140
7+
ColumnLimit: 100
98
IndentPPDirectives: AfterHash
109
SortIncludes: Never
11-
InsertBraces: true
1210
AllowShortEnumsOnASingleLine: false
11+
BinPackArguments: true
12+
InsertBraces: true

0 commit comments

Comments
 (0)