Skip to content
Snippets Groups Projects
.clang-format 273 B
Newer Older
  • Learn to ignore specific revisions
  • ---
    BasedOnStyle:  LLVM
    BreakConstructorInitializersBeforeComma: true
    ConstructorInitializerAllOnOneLineOrOnePerLine: true
    Cpp11BracedListStyle: true
    Standard: Cpp11
    #SpaceBeforeParens: ControlStatements
    SpaceAfterControlStatementKeyword: true
    PointerBindsToType: true
    ...