aboutsummaryrefslogtreecommitdiffhomepage
path: root/.clang-format
diff options
context:
space:
mode:
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format18
1 files changed, 0 insertions, 18 deletions
diff --git a/.clang-format b/.clang-format
deleted file mode 100644
index b80700c..0000000
--- a/.clang-format
+++ /dev/null
@@ -1,18 +0,0 @@
-# https://clang.llvm.org/docs/ClangFormatStyleOptions.html
-
-Language: Cpp
-Standard: Latest
-BasedOnStyle: LLVM
-
-AccessModifierOffset: -4
-AlignEscapedNewlines: DontAlign
-AlignTrailingComments: false
-AllowShortBlocksOnASingleLine: Never
-AllowShortFunctionsOnASingleLine: None
-AlwaysBreakTemplateDeclarations: Yes
-BreakStringLiterals: false
-ColumnLimit: 120
-IndentWidth: 4
-KeepEmptyLinesAtTheStartOfBlocks: false
-MaxEmptyLinesToKeep: 1
-PointerAlignment: Left