clang-format correction and typo (clang format likely not complete)
This was added some time ago, but I suspect largely unused. Christoph pointed out of few contradictions to actual convention, so that's fixed. But, I suspect it is largely incomplete.
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
Language: Cpp
|
||||
IndentWidth: 4
|
||||
PointerAlignment: Left
|
||||
BreakBeforeBraces: Custom
|
||||
BraceWrapping: { AfterFunction: true, AfterControlStatement: true }
|
||||
BraceWrapping: { AfterFunction: true, AfterControlStatement: false }
|
||||
IndentCaseLabels: false
|
||||
ReflowComments: false
|
||||
ColumnLimit: 120
|
||||
|
||||
Reference in New Issue
Block a user