i3lock-color

The world's most popular non-default computer lockscreen.
Index Commits Files Refs README LICENSE
commit 8156de120af684db89724faf76dc2c9ebe50ae47
parent a0bca728c9d55f8c2b23ebd11c3789fc89bbca6f
Author: Michael Stapelberg <michael@stapelberg.de>
Date:   Tue, 17 Mar 2015 08:50:50 +0100

commit missing .clang-format

Diffstat:
A.clang-format | 10++++++++++
1 file changed, 10 insertions(+), 0 deletions(-)
diff --git a/.clang-format 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