Don't reflow comments.
This commit is contained in:
parent
778b876587
commit
757b3d3421
@ -3,6 +3,7 @@ IndentWidth: 4
|
|||||||
BreakBeforeBraces: Custom
|
BreakBeforeBraces: Custom
|
||||||
BraceWrapping: { AfterFunction: true }
|
BraceWrapping: { AfterFunction: true }
|
||||||
IndentCaseLabels: false
|
IndentCaseLabels: false
|
||||||
|
ReflowComments: false
|
||||||
ColumnLimit: 100
|
ColumnLimit: 100
|
||||||
AccessModifierOffset: -4
|
AccessModifierOffset: -4
|
||||||
AlignTrailingComments: true
|
AlignTrailingComments: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user