Update .clang-format
This commit is contained in:
@@ -38,8 +38,8 @@ AllowShortBlocksOnASingleLine: Always
|
|||||||
# to always be on separate lines, following K&R convention
|
# to always be on separate lines, following K&R convention
|
||||||
AllowShortFunctionsOnASingleLine: None
|
AllowShortFunctionsOnASingleLine: None
|
||||||
|
|
||||||
IndentCaseLabels: false
|
IndentCaseLabels: true
|
||||||
SpaceAfterCStyleCast: true
|
SpaceAfterCStyleCast: false
|
||||||
ColumnLimit: 150
|
ColumnLimit: 150
|
||||||
MaxEmptyLinesToKeep: 1
|
MaxEmptyLinesToKeep: 1
|
||||||
Cpp11BracedListStyle: false
|
Cpp11BracedListStyle: false
|
||||||
|
|||||||
Reference in New Issue
Block a user