Skip to content
Snippets Groups Projects
.clang-format 330 B
Newer Older
  • Learn to ignore specific revisions
  • ---
    Language: Cpp
    Standard: Cpp11
    AccessModifierOffset: -8
    AlignAfterOpenBracket: Align
    AlignConsecutiveAssignments: true
    AllowShortFunctionsOnASingleLine: true
    BasedOnStyle: Mozilla
    ColumnLimit: 100
    IndentCaseLabels: false
    IndentWidth: 8
    KeepEmptyLinesAtTheStartOfBlocks: false
    PointerAlignment: Right
    Cpp11BracedListStyle: true