tahoma2d/toonz/sources/.clang-format

15 lines
313 B
Text
Raw Normal View History

2016-05-17 14:55:28 +12:00
BasedOnStyle: Google
Standard: C++11
UseTab: Never
AccessModifierOffset: -2
AlignAfterOpenBracket: true
AlignConsecutiveAssignments: true
AlignEscapedNewlinesLeft: false
AlignTrailingComments: true
IndentCaseLabels: false
BreakConstructorInitializersBeforeComma: true
PointerAlignment: Left
SortIncludes: false