|
| 1 | +# Generated from CLion C/C++ Code Style settings |
| 2 | +BasedOnStyle: LLVM |
| 3 | +AccessModifierOffset: -4 |
| 4 | +AlignAfterOpenBracket: DontAlign |
| 5 | +AlignConsecutiveAssignments: false |
| 6 | +AlignEscapedNewlines: Left |
| 7 | +AlignOperands: Align |
| 8 | +AllowAllArgumentsOnNextLine: false |
| 9 | +AllowAllConstructorInitializersOnNextLine: false |
| 10 | +AllowAllParametersOfDeclarationOnNextLine: false |
| 11 | +AllowShortBlocksOnASingleLine: Empty |
| 12 | +AllowShortCaseLabelsOnASingleLine: false |
| 13 | +AllowShortFunctionsOnASingleLine: InlineOnly |
| 14 | +AllowShortIfStatementsOnASingleLine: Never |
| 15 | +AllowShortLambdasOnASingleLine: All |
| 16 | +AllowShortLoopsOnASingleLine: false |
| 17 | +AlwaysBreakAfterReturnType: None |
| 18 | +AlwaysBreakTemplateDeclarations: Yes |
| 19 | +BinPackArguments: false |
| 20 | +BinPackParameters: false |
| 21 | +BreakBeforeBraces: Custom |
| 22 | +BraceWrapping: |
| 23 | + AfterCaseLabel: false |
| 24 | + AfterClass: true |
| 25 | + AfterControlStatement: Never |
| 26 | + AfterEnum: true |
| 27 | + AfterFunction: true |
| 28 | + AfterNamespace: false |
| 29 | + AfterUnion: true |
| 30 | + BeforeCatch: false |
| 31 | + BeforeElse: false |
| 32 | + IndentBraces: false |
| 33 | + SplitEmptyFunction: false |
| 34 | + SplitEmptyRecord: true |
| 35 | +BreakBeforeBinaryOperators: None |
| 36 | +BreakBeforeTernaryOperators: true |
| 37 | +BreakConstructorInitializers: BeforeColon |
| 38 | +BreakInheritanceList: BeforeColon |
| 39 | +ColumnLimit: 120 |
| 40 | +CompactNamespaces: false |
| 41 | +ContinuationIndentWidth: 4 |
| 42 | +IncludeBlocks: Regroup |
| 43 | +IncludeCategories: |
| 44 | + - Regex: '^<(ps)/' |
| 45 | + Priority: 2 |
| 46 | + SortPriority: 2 |
| 47 | + - Regex: '^<(jgp)/' |
| 48 | + Priority: 3 |
| 49 | + SortPriority: 3 |
| 50 | + - Regex: '^<(SDL_)|(lua)' |
| 51 | + Priority: 4 |
| 52 | + SortPriority: 4 |
| 53 | +IndentCaseLabels: true |
| 54 | +IndentPPDirectives: BeforeHash |
| 55 | +IndentWidth: 4 |
| 56 | +KeepEmptyLinesAtTheStartOfBlocks: true |
| 57 | +MacroBlockBegin: (PS_LUA_NEW_LIB)|(PS_LUA_NEW_FN_LIST)|(PS_LUA_NEW_METATABLE) |
| 58 | +MacroBlockEnd: (PS_LUA_END_LIB)|(PS_LUA_END_FN_LIST)|(PS_LUA_END_METATABLE) |
| 59 | +MaxEmptyLinesToKeep: 1 |
| 60 | +NamespaceIndentation: None |
| 61 | +FixNamespaceComments: true |
| 62 | +ObjCSpaceAfterProperty: false |
| 63 | +ObjCSpaceBeforeProtocolList: true |
| 64 | +PointerAlignment: Left |
| 65 | +ReflowComments: true |
| 66 | +SortIncludes: CaseInsensitive |
| 67 | +SpaceAfterCStyleCast: false |
| 68 | +SpaceAfterLogicalNot: false |
| 69 | +SpaceAfterTemplateKeyword: true |
| 70 | +SpaceBeforeAssignmentOperators: true |
| 71 | +SpaceBeforeCpp11BracedList: true |
| 72 | +SpaceBeforeCtorInitializerColon: true |
| 73 | +SpaceBeforeInheritanceColon: true |
| 74 | +SpaceBeforeParens: ControlStatements |
| 75 | +SpaceBeforeRangeBasedForLoopColon: true |
| 76 | +SpaceInEmptyParentheses: false |
| 77 | +SpacesBeforeTrailingComments: 1 |
| 78 | +SpacesInAngles: false |
| 79 | +SpacesInCStyleCastParentheses: false |
| 80 | +SpacesInContainerLiterals: true |
| 81 | +SpacesInParentheses: false |
| 82 | +SpacesInSquareBrackets: false |
| 83 | +TabWidth: 4 |
| 84 | +UseTab: ForContinuationAndIndentation |
0 commit comments