Skip to content

Commit e342193

Browse files
committed
Added clang-format and editorconfig
1 parent 1b2c8be commit e342193

File tree

3 files changed

+1864
-1842
lines changed

3 files changed

+1864
-1842
lines changed

.clang-format

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ AllowShortEnumsOnASingleLine: false
8181
AllowShortFunctionsOnASingleLine: Empty
8282
AllowShortIfStatementsOnASingleLine: Never
8383
AllowShortLambdasOnASingleLine: All
84-
AllowShortLoopsOnASingleLine: false
84+
AllowShortLoopsOnASingleLine: true
8585
AllowShortNamespacesOnASingleLine: false
8686
AlwaysBreakAfterDefinitionReturnType: None
8787
AlwaysBreakBeforeMultilineStrings: false
@@ -167,7 +167,7 @@ IncludeIsMainRegex: '(Test)?$'
167167
IncludeIsMainSourceRegex: ''
168168
IndentAccessModifiers: false
169169
IndentCaseBlocks: false
170-
IndentCaseLabels: false
170+
IndentCaseLabels: true
171171
IndentExportBlock: true
172172
IndentExternBlock: AfterExternBlock
173173
IndentGotoLabels: true

0 commit comments

Comments
 (0)