Don't reflow comments.
This commit is contained in:
parent
778b876587
commit
757b3d3421
2 changed files with 27 additions and 26 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue