.clang-format restored

This commit is contained in:
Nekotekina 2016-08-28 12:35:56 +03:00
parent c0ab0dee6b
commit 5f15c661c6

View file

@ -1,5 +1,5 @@
Standard: Cpp11 Standard: Cpp11
UseTab: Always UseTab: ForIndentation
TabWidth: 1 TabWidth: 1
IndentWidth: 1 IndentWidth: 1
AccessModifierOffset: -1 AccessModifierOffset: -1
@ -7,7 +7,7 @@ PointerAlignment: Left
NamespaceIndentation: All NamespaceIndentation: All
ColumnLimit: 0 ColumnLimit: 0
BreakBeforeBraces: Allman BreakBeforeBraces: Allman
BreakConstructorInitializersBeforeComma: false BreakConstructorInitializersBeforeComma: true
BreakBeforeBinaryOperators: false BreakBeforeBinaryOperators: false
BreakBeforeTernaryOperators: false BreakBeforeTernaryOperators: false
AlwaysBreakTemplateDeclarations: true AlwaysBreakTemplateDeclarations: true
@ -20,7 +20,7 @@ Cpp11BracedListStyle: true
IndentCaseLabels: false IndentCaseLabels: false
SortIncludes: false SortIncludes: false
ReflowComments: true ReflowComments: true
AlignConsecutiveAssignments: false AlignConsecutiveAssignments: true
AlignTrailingComments: true AlignTrailingComments: true
AlignAfterOpenBracket: false AlignAfterOpenBracket: false
ConstructorInitializerAllOnOneLineOrOnePerLine: false ConstructorInitializerAllOnOneLineOrOnePerLine: false