diff options
author | Mitya Selivanov <automainint@guattari.tech> | 2024-07-14 21:12:37 +0200 |
---|---|---|
committer | Mitya Selivanov <automainint@guattari.tech> | 2024-07-14 21:12:37 +0200 |
commit | 30740ca4131d1f574718262451b4410207dc8d4e (patch) | |
tree | fc88b16a216079397ad85b9c6b1a1c1c5712a814 /.clang-format | |
parent | 5e3c99bb1cf1d03ea006300121265571f5008fd2 (diff) | |
download | saw-30740ca4131d1f574718262451b4410207dc8d4e.zip |
Reworking the build system
Diffstat (limited to '.clang-format')
-rw-r--r-- | .clang-format | 65 |
1 files changed, 0 insertions, 65 deletions
diff --git a/.clang-format b/.clang-format deleted file mode 100644 index 11fb6f9..0000000 --- a/.clang-format +++ /dev/null @@ -1,65 +0,0 @@ -BasedOnStyle: LLVM -UseTab: Never -TabWidth: 2 -IndentWidth: 2 - -Language: Cpp -Standard: Auto - -ColumnLimit: 70 -MaxEmptyLinesToKeep: 1 -SpacesBeforeTrailingComments: 1 -AccessModifierOffset: -2 -PenaltyBreakAssignment: 100 -PenaltyReturnTypeOnItsOwnLine: 200 - -IndentCaseLabels: true -IndentExternBlock: NoIndent -IndentGotoLabels: false -IndentPPDirectives: AfterHash -IndentRequires: true -IndentWrappedFunctionNames: false -NamespaceIndentation: All - -SpaceAfterCStyleCast: true -SpaceAfterLogicalNot: false -SpaceAfterTemplateKeyword: true -SpaceBeforeAssignmentOperators: true -SpaceBeforeCpp11BracedList: true -SpaceBeforeCtorInitializerColon: true -SpaceBeforeInheritanceColon: true -SpaceBeforeParens: ControlStatements -SpaceBeforeRangeBasedForLoopColon: true -SpaceBeforeSquareBrackets: false -SpaceInEmptyBlock: true -SpaceInEmptyParentheses: false -SpacesInAngles: false -SpacesInCStyleCastParentheses: false -SpacesInConditionalStatement: false -SpacesInSquareBrackets: false - -AlignAfterOpenBracket: Align -AlignConsecutiveAssignments: Consecutive -AlignConsecutiveBitFields: Consecutive -AlignConsecutiveDeclarations: Consecutive -AlignEscapedNewlines: Left -AllowShortLambdasOnASingleLine: All -AllowShortFunctionsOnASingleLine: Empty -AllowShortBlocksOnASingleLine: Empty -AllowShortCaseLabelsOnASingleLine: false -AllowShortLoopsOnASingleLine: false -AllowAllArgumentsOnNextLine: true -AllowAllConstructorInitializersOnNextLine: true -AllowAllParametersOfDeclarationOnNextLine: true -AlwaysBreakTemplateDeclarations: Yes -BinPackArguments: true -BinPackParameters: true -BreakBeforeConceptDeclarations: true -BreakConstructorInitializers: AfterColon -Cpp11BracedListStyle: false -EmptyLineBeforeAccessModifier: LogicalBlock -FixNamespaceComments: false -PointerAlignment: Right -ReflowComments: true -SortIncludes: Never -SortUsingDeclarations: true |