about summary refs log tree commit diff stats
path: root/.clang-format
diff options
context:
space:
mode:
authorPeter H. Froehlich <peter.hans.froehlich@gmail.com>2021-03-23 19:29:26 +0100
committerPeter H. Froehlich <peter.hans.froehlich@gmail.com>2021-03-23 19:29:26 +0100
commit0c99af5348485c223dd1c6062d469f096d4f9da4 (patch)
treeb6f4f42cfcc725f3d6a71551aaf70a4a30ee09e4 /.clang-format
parent5c55074c05fbf57a2b4ccfbc05147b4c831fbb97 (diff)
downloadmkgpt-0c99af5348485c223dd1c6062d469f096d4f9da4.tar.gz
Simplify all the things, update documentation.
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format13
1 files changed, 13 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format
new file mode 100644
index 0000000..90414ef
--- /dev/null
+++ b/.clang-format
@@ -0,0 +1,13 @@
+BasedOnStyle: LLVM
+IndentWidth: 8
+UseTab: Always
+BreakBeforeBraces: Linux
+AllowShortIfStatementsOnASingleLine: false
+IndentCaseLabels: false
+
+AlwaysBreakAfterReturnType: TopLevel
+AlignAfterOpenBracket: DontAlign
+ContinuationIndentWidth: 8
+SortIncludes: false
+
+AlignTrailingComments: false