summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f889df5)
raw | patch | inline | side by side (parent: f889df5)
author | a1batross <a1ba.omarov@gmail.com> | |
Fri, 4 Nov 2016 14:12:56 +0000 (17:12 +0300) | ||
committer | a1batross <a1ba.omarov@gmail.com> | |
Fri, 4 Nov 2016 14:12:56 +0000 (17:12 +0300) |
.clang-format | [new file with mode: 0644] | patch | blob |
diff --git a/.clang-format b/.clang-format
--- /dev/null
+++ b/.clang-format
@@ -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