stagit


stagit

~ Unnamed repository; edit this file 'description' to name the repository.
log | files | refs | archive | README | LICENSE

.clang-format (435B)

      1 BasedOnStyle: LLVM
      2 AccessModifierOffset: '-4'
      3 ColumnLimit: '0'
      4 FixNamespaceComments: 'false'
      5 IndentCaseLabels: 'false'
      6 IndentWidth: '4'
      7 NamespaceIndentation: All
      8 TabWidth: '4'
      9 UseTab: Never
     10 SortIncludes: true
     11 IncludeBlocks: Preserve
     12 IncludeCategories:
     13   - Regex:           '^"[[:alnum:]./]+"'       # Any "my_header.h"
     14     Priority:        2
     15   - Regex:           '<[[:alnum:]./]+>'        # System/Standard libs
     16     Priority:        1