Add clang-format config file
authorgkostka <kostka.grzegorz@gmail.com>
Tue, 16 Jun 2015 08:59:41 +0000 (09:59 +0100)
committergkostka <kostka.grzegorz@gmail.com>
Tue, 16 Jun 2015 11:13:39 +0000 (13:13 +0200)
.clang-format [new file with mode: 0644]

diff --git a/.clang-format b/.clang-format
new file mode 100644 (file)
index 0000000..6422547
--- /dev/null
@@ -0,0 +1,6 @@
+BasedOnStyle: LLVM
+IndentWidth: 4
+UseTab: Never
+BreakBeforeBraces: Linux
+AllowShortIfStatementsOnASingleLine: false
+IndentCaseLabels: false