56 lines
1.3 KiB
YAML
56 lines
1.3 KiB
YAML
# Generated by CLion for STL
|
|
BasedOnStyle: LLVM
|
|
|
|
AccessModifierOffset: -4
|
|
AlignAfterOpenBracket: DontAlign
|
|
AlignConsecutiveAssignments: Consecutive
|
|
AlignConsecutiveMacros: Consecutive
|
|
AlignEscapedNewlines: Left
|
|
AlignOperands: AlignAfterOperator
|
|
AlignTrailingComments:
|
|
Kind: Never
|
|
AllowShortFunctionsOnASingleLine: Empty
|
|
AlwaysBreakTemplateDeclarations: Yes
|
|
BreakBeforeBinaryOperators: NonAssignment
|
|
ColumnLimit: 120
|
|
IncludeBlocks: Regroup
|
|
IncludeCategories:
|
|
- Regex: '^<yvals(_core)?\.h>$'
|
|
Priority: 1
|
|
- Regex: '^<(Windows|userenv)\.h>$'
|
|
Priority: 3
|
|
SortPriority: 3
|
|
- Regex: '^<WinIoCtl\.h>$'
|
|
Priority: 3
|
|
SortPriority: 4
|
|
- Regex: '^<__.*\.hpp>$'
|
|
Priority: 2
|
|
- Regex: '\.hpp[>"]$'
|
|
Priority: 5
|
|
- Regex: '.*'
|
|
Priority: 2
|
|
IndentCaseBlocks: true
|
|
IndentWidth: 4
|
|
IndentWrappedFunctionNames: true
|
|
InsertBraces: true
|
|
InsertNewlineAtEOF: true
|
|
MaxEmptyLinesToKeep: 2
|
|
NamespaceIndentation: All
|
|
PointerAlignment: Left
|
|
RemoveSemicolon: true
|
|
SpaceAfterCStyleCast: true
|
|
SpaceBeforeParens: Custom
|
|
SpaceBeforeParensOptions:
|
|
AfterRequiresInClause: true
|
|
StatementMacros:
|
|
- _EXTERN_CXX_WORKAROUND
|
|
- _END_EXTERN_CXX_WORKAROUND
|
|
- _STD_BEGIN
|
|
- _STD_END
|
|
- _STDEXT_BEGIN
|
|
- _STDEXT_END
|
|
- _FMT_P2286_BEGIN
|
|
- _FMT_P2286_END
|
|
- _EXTERN_C_UNLESS_PURE
|
|
- _END_EXTERN_C_UNLESS_PURE
|