summaryrefslogtreecommitdiff
path: root/.clang-format
diff options
context:
space:
mode:
authoraqua <aqua@iserlohn-fortress.net>2023-01-08 13:22:41 +0200
committeraqua <aqua@iserlohn-fortress.net>2023-01-08 13:22:41 +0200
commit6d25c63f29103f53fc151de0f2dfa91fdb852093 (patch)
treef5fb9e8d4fbc854377d82e69a8c88d0814149b13 /.clang-format
downloadnyamp-master.tar.xz
Initial commitHEADmaster
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format10
1 files changed, 10 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format
new file mode 100644
index 0000000..c033b36
--- /dev/null
+++ b/.clang-format
@@ -0,0 +1,10 @@
+---
+BasedOnStyle: LLVM
+AllowShortIfStatementsOnASingleLine: Always
+AllowShortBlocksOnASingleLine: 'true'
+AllowShortLoopsOnASingleLine: 'true'
+BreakBeforeBraces: Stroustrup
+ColumnLimit: '120'
+UseTab: Never
+
+...