spank-olm

WIP Do not look
git clone git://archive.git.mtrnord.blog/MTRNord/spank-olm.git
Log | Files | Refs | README | LICENSE

.clang-format (1319B)


      1 # Generated from CLion C/C++ Code Style settings
      2 ---
      3 Language: Cpp
      4 BasedOnStyle: LLVM
      5 AccessModifierOffset: -4
      6 AlignConsecutiveAssignments: false
      7 AlignConsecutiveDeclarations: false
      8 AlignOperands: false
      9 AlignTrailingComments: false
     10 AlwaysBreakTemplateDeclarations: Yes
     11 BraceWrapping: 
     12   AfterCaseLabel: true
     13   AfterClass: true
     14   AfterControlStatement: true
     15   AfterEnum: true
     16   AfterFunction: true
     17   AfterNamespace: true
     18   AfterStruct: true
     19   AfterUnion: true
     20   AfterExternBlock: false
     21   BeforeCatch: true
     22   BeforeElse: true
     23   BeforeLambdaBody: true
     24   BeforeWhile: true
     25   SplitEmptyFunction: true
     26   SplitEmptyRecord: true
     27   SplitEmptyNamespace: true
     28 BreakBeforeBraces: Custom
     29 BreakConstructorInitializers: AfterColon
     30 BreakConstructorInitializersBeforeComma: false
     31 ColumnLimit: 120
     32 ConstructorInitializerAllOnOneLineOrOnePerLine: false
     33 IncludeCategories: 
     34   - Regex: '^<.*'
     35     Priority: 1
     36   - Regex: '^".*'
     37     Priority: 2
     38   - Regex: '.*'
     39     Priority: 3
     40 IncludeIsMainRegex: '([-_](test|unittest))?$'
     41 IndentCaseBlocks: true
     42 IndentWidth: 4
     43 InsertNewlineAtEOF: true
     44 MacroBlockBegin: ''
     45 MacroBlockEnd: ''
     46 MaxEmptyLinesToKeep: 2
     47 NamespaceIndentation: All
     48 SpaceInEmptyParentheses: false
     49 SpacesInAngles: false
     50 SpacesInConditionalStatement: false
     51 SpacesInCStyleCastParentheses: false
     52 SpacesInParentheses: false
     53 TabWidth: 4
     54 ...