]> git.sur5r.net Git - i3/i3lock/commitdiff
commit missing .clang-format
authorMichael Stapelberg <michael@stapelberg.de>
Tue, 17 Mar 2015 07:50:50 +0000 (08:50 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Tue, 17 Mar 2015 07:50:50 +0000 (08:50 +0100)
.clang-format [new file with mode: 0644]

diff --git a/.clang-format b/.clang-format
new file mode 100644 (file)
index 0000000..1d84013
--- /dev/null
@@ -0,0 +1,10 @@
+BasedOnStyle: google
+AllowShortIfStatementsOnASingleLine: false
+AllowShortLoopsOnASingleLine: false
+AllowShortFunctionsOnASingleLine: None
+AllowShortBlocksOnASingleLine: false
+AlwaysBreakBeforeMultilineStrings: false
+IndentWidth: 4
+PointerBindsToType: false
+ColumnLimit: 0
+SpaceBeforeParens: ControlStatements