DEADSOFTWARE

Add clang format
authora1batross <a1ba.omarov@gmail.com>
Fri, 4 Nov 2016 14:12:56 +0000 (17:12 +0300)
committera1batross <a1ba.omarov@gmail.com>
Fri, 4 Nov 2016 14:12:56 +0000 (17:12 +0300)
.clang-format [new file with mode: 0644]

diff --git a/.clang-format b/.clang-format
new file mode 100644 (file)
index 0000000..09b29d4
--- /dev/null
@@ -0,0 +1,33 @@
+#BasedOnStyle: WebKit
+IndentWidth: 4
+TabWidth: 4
+UseTab: ForIndentation
+
+BreakBeforeBraces: Allman
+
+AlignAfterOpenBracket: true
+AlignConsecutiveAssignments: true
+AlignOperands: true
+
+AllowShortBlocksOnASingleLine: false
+AllowShortCaseLabelsOnASingleLine: false
+AllowShortFunctionsOnASingleLine: Inline
+AllowShortIfStatementsOnASingleLine: false
+AllowShortLoopsOnASingleLine: false
+
+NamespaceIndentation: Inner
+
+SpaceAfterCStyleCast: false
+SpaceBeforeParens: true
+SpaceInEmptyParentheses: true
+SpacesInAngles: true
+SpacesInParentheses: true
+SpacesBeforeTrailingComments: 1
+
+IndentCaseLabels: false
+IndentWrappedFunctionNames: true
+
+PointerAlignment: Right
+
+ColumnLimit: 0
+BinPackArguments: false
\ No newline at end of file