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