summaryrefslogtreecommitdiff
path: root/.clang-format
diff options
context:
space:
mode:
authorGarrett Cox <garrettjcox@gmail.com>2024-01-05 09:58:59 -0600
committerlouist103 <35883445+louist103@users.noreply.github.com>2024-01-05 18:00:59 -0500
commit9be74e0026b563ba680e1dc157521eccc89fc03f (patch)
treead27464c5b19b239991ed369454413ea3a30c802 /.clang-format
parent7c7021f3a211a3384d25b5a4175040750d50c248 (diff)
Move source into subdirectory
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format23
1 files changed, 0 insertions, 23 deletions
diff --git a/.clang-format b/.clang-format
deleted file mode 100644
index c7b900f06..000000000
--- a/.clang-format
+++ /dev/null
@@ -1,23 +0,0 @@
-IndentWidth: 4
-Language: Cpp
-UseTab: Never
-ColumnLimit: 120
-PointerAlignment: Left
-BreakBeforeBraces: Attach
-SpaceAfterCStyleCast: false
-Cpp11BracedListStyle: false
-IndentCaseLabels: true
-BinPackArguments: true
-BinPackParameters: true
-AlignAfterOpenBracket: Align
-AlignOperands: true
-BreakBeforeTernaryOperators: true
-BreakBeforeBinaryOperators: None
-AllowShortBlocksOnASingleLine: true
-AllowShortIfStatementsOnASingleLine: false
-AllowShortLoopsOnASingleLine: false
-AllowShortCaseLabelsOnASingleLine: false
-AllowShortFunctionsOnASingleLine: false
-AlignEscapedNewlines: Left
-AlignTrailingComments: true
-SortIncludes: false