draconisplusplus/.clang-format

30 lines
762 B
Plaintext
Raw Permalink Normal View History

2024-06-08 15:53:06 -04:00
AlignAfterOpenBracket: BlockIndent
AlignArrayOfStructures: Right
2024-06-07 04:23:11 -04:00
AlignConsecutiveAssignments: true
2024-06-08 15:53:06 -04:00
AlignConsecutiveDeclarations: true
2024-06-08 04:57:32 -04:00
AllowShortBlocksOnASingleLine: Always
2024-06-08 14:10:59 -04:00
AllowShortEnumsOnASingleLine: true
2024-06-16 00:13:15 -04:00
AllowShortFunctionsOnASingleLine: All
2024-06-07 04:23:11 -04:00
AllowShortLoopsOnASingleLine: true
2024-05-29 06:39:39 -04:00
BasedOnStyle: Chromium
2024-06-08 22:28:26 -04:00
BinPackArguments: false
BinPackParameters: false
2024-06-15 16:38:37 -04:00
ColumnLimit: 100
2024-06-16 00:13:15 -04:00
ConstructorInitializerIndentWidth: 2
ContinuationIndentWidth: 2
Cpp11BracedListStyle: false
2024-06-14 01:41:59 -04:00
FixNamespaceComments: false
2024-06-01 06:59:01 -04:00
IndentAccessModifiers: false
2024-06-07 04:23:11 -04:00
IndentExternBlock: Indent
2024-06-16 00:13:15 -04:00
IndentWidth: 2
2024-05-31 22:59:00 -04:00
NamespaceIndentation: All
2024-06-01 06:59:01 -04:00
SpaceBeforeCpp11BracedList: true
SpacesBeforeTrailingComments: 1
2024-06-07 04:23:11 -04:00
2024-06-02 06:03:21 -04:00
IncludeBlocks: Regroup
IncludeCategories:
2024-06-21 03:34:33 -04:00
- Regex: '".*"'
2024-06-02 06:03:21 -04:00
Priority: 1
2024-06-21 03:34:33 -04:00
- Regex: '<.*>'
2024-06-02 06:03:21 -04:00
Priority: -1