summaryrefslogtreecommitdiff
path: root/.clang-format
diff options
context:
space:
mode:
authorMichael Stapelberg <michael@stapelberg.de>2015-03-17 08:50:50 +0100
committerMichael Stapelberg <michael@stapelberg.de>2015-03-17 08:50:50 +0100
commit8156de120af684db89724faf76dc2c9ebe50ae47 (patch)
tree925cb89c615b1a19b1b7d877bb27d3bb8e8c6c8a /.clang-format
parenta0bca728c9d55f8c2b23ebd11c3789fc89bbca6f (diff)
commit missing .clang-format
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..1d84013
--- /dev/null
+++ b/.clang-format
@@ -0,0 +1,10 @@
+BasedOnStyle: google
+AllowShortIfStatementsOnASingleLine: false
+AllowShortLoopsOnASingleLine: false
+AllowShortFunctionsOnASingleLine: None
+AllowShortBlocksOnASingleLine: false
+AlwaysBreakBeforeMultilineStrings: false
+IndentWidth: 4
+PointerBindsToType: false
+ColumnLimit: 0
+SpaceBeforeParens: ControlStatements