Verified Commit afd9cb70 authored by Marc Vef's avatar Marc Vef
Browse files

clang-format: Limiting column limit to 80

parent ea32b591
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@ AccessModifierOffset: -4
AlignAfterOpenBracket: Align
AlignConsecutiveAssignments: false
AlignConsecutiveMacros: true
AlignEscapedNewlines: Left
AlignEscapedNewlines: Right
AlignOperands: Align
AlignTrailingComments: true
AllowAllArgumentsOnNextLine: false
@@ -37,8 +37,7 @@ BreakBeforeTernaryOperators: true
BreakConstructorInitializers: BeforeColon
BreakInheritanceList: BeforeColon
BreakStringLiterals: false
# To be discussed. I am happy with 120, but I also use a 1440p resolution.
ColumnLimit: 120
ColumnLimit: 80
CompactNamespaces: false
ContinuationIndentWidth: 8
Cpp11BracedListStyle: true