summaryrefslogtreecommitdiff
path: root/.clang-format
diff options
context:
space:
mode:
authorvin <git@vineetk.net>2024-01-15 18:48:55 -0500
committervin <git@vineetk.net>2024-01-15 18:48:55 -0500
commit8c8e1ad4d3f6a197cc7a0550940e0c71d84c050e (patch)
tree9490341e61543f88a23ca04af668abb3acfe2574 /.clang-format
parent105f3f893c6cd636e895c1da2d5efbe525a49b42 (diff)
remove unused dotfiles in root
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format30
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
-
-...