diff options
author | vin <git@vineetk.net> | 2024-01-15 18:48:55 -0500 |
---|---|---|
committer | vin <git@vineetk.net> | 2024-01-15 18:48:55 -0500 |
commit | 8c8e1ad4d3f6a197cc7a0550940e0c71d84c050e (patch) | |
tree | 9490341e61543f88a23ca04af668abb3acfe2574 /.clang-format | |
parent | 105f3f893c6cd636e895c1da2d5efbe525a49b42 (diff) |
remove unused dotfiles in root
Diffstat (limited to '.clang-format')
-rw-r--r-- | .clang-format | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/.clang-format b/.clang-format deleted file mode 100644 index ce145e299c..0000000000 --- a/.clang-format +++ /dev/null @@ -1,30 +0,0 @@ ---- -BasedOnStyle: Google -AlignAfterOpenBracket: Align -AlignConsecutiveAssignments: 'true' -AlignConsecutiveDeclarations: 'true' -AlignOperands: 'true' -AllowAllParametersOfDeclarationOnNextLine: 'false' -AllowShortCaseLabelsOnASingleLine: 'false' -AllowShortFunctionsOnASingleLine: Empty -AllowShortLoopsOnASingleLine: 'false' -AlwaysBreakAfterDefinitionReturnType: None -AlwaysBreakAfterReturnType: None -AlwaysBreakBeforeMultilineStrings: 'false' -BinPackArguments: 'true' -BinPackParameters: 'true' -ColumnLimit: '1000' -IndentCaseLabels: 'true' -IndentPPDirectives: AfterHash -IndentWidth: '4' -MaxEmptyLinesToKeep: '1' -PointerAlignment: Right -SortIncludes: 'false' -SpaceBeforeAssignmentOperators: 'true' -SpaceBeforeParens: ControlStatements -SpaceInEmptyParentheses: 'false' -SpacesBeforeTrailingComments: 1 -TabWidth: '4' -UseTab: Never - -... |