tahoma2d/toonz/sources/.clang-format
2016-06-15 15:42:19 +09:00

14 lines
313 B
YAML

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