pugixml/.clang-format

13 lines
284 B
Plaintext
Raw Permalink Normal View History

Standard: Cpp03
UseTab: ForIndentation
TabWidth: 4
IndentWidth: 4
2018-10-18 07:14:43 +03:00
AccessModifierOffset: -4
BreakBeforeBraces: Allman
IndentCaseLabels: false
ColumnLimit: 0
PointerAlignment: Left
BreakConstructorInitializersBeforeComma: true
NamespaceIndentation: None
AlignEscapedNewlines: DontAlign