Skip to content
Snippets Groups Projects
Select Git revision
  • sph_tests
  • master default protected
  • suggested_sph_fixes
  • mr/suggested_fixes
4 results

.clang-format

Blame
  • .clang-format 322 B
    ---
    Language:          Cpp
    BasedOnStyle:      Google
    BreakBeforeBraces: GNU
    SpaceBeforeParens: Never
    AllowShortLoopsOnASingleLine: false
    AllowShortIfStatementsOnASingleLine: false
    AlignConsecutiveAssignments: true
    ColumnLimit:       135
    ReflowComments:    true
    SortUsingDeclarations: true
    IncludeBlocks:     Preserve
    ...