mirror of
https://github.com/microsoft/GSL.git
synced 2024-11-03 17:56:43 -05:00
Add column limit to .clang-format
This commit is contained in:
parent
87f7f30a90
commit
dd923eee5f
@ -1,4 +1,4 @@
|
|||||||
ColumnLimit: 0
|
ColumnLimit: 100
|
||||||
|
|
||||||
UseTab: Never
|
UseTab: Never
|
||||||
IndentWidth: 4
|
IndentWidth: 4
|
||||||
@ -6,7 +6,7 @@ AccessModifierOffset: -4
|
|||||||
NamespaceIndentation: Inner
|
NamespaceIndentation: Inner
|
||||||
|
|
||||||
BreakBeforeBraces: Allman
|
BreakBeforeBraces: Allman
|
||||||
AlwaysBreakTemplateDeclarations: false
|
AlwaysBreakTemplateDeclarations: true
|
||||||
BreakConstructorInitializersBeforeComma: true
|
BreakConstructorInitializersBeforeComma: true
|
||||||
ConstructorInitializerAllOnOneLineOrOnePerLine: true
|
ConstructorInitializerAllOnOneLineOrOnePerLine: true
|
||||||
AllowShortBlocksOnASingleLine: true
|
AllowShortBlocksOnASingleLine: true
|
||||||
|
Loading…
Reference in New Issue
Block a user