aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2017-01-10 23:30:34 -0500
committerDrew DeVault <sir@cmpwn.com>2017-01-10 23:30:34 -0500
commit84358788aae8472166bc01013515e09f9bc2f40c (patch)
tree193f92633136d35713279524d045bcbc95526ca8
parent7c636da8a307f5aa3aa5f38a71b0a4e28fd5564c (diff)
downloadsway-84358788aae8472166bc01013515e09f9bc2f40c.zip
sway-84358788aae8472166bc01013515e09f9bc2f40c.tar.gz
sway-84358788aae8472166bc01013515e09f9bc2f40c.tar.bz2
Update .clang-format - not entirely usable yet
I've run into a situation where clang-format does not support the necessary style rules. It will have to be patched before clang-format is fully adopted into Sway. Use this file with caution.
-rw-r--r--.clang-format13
1 files changed, 11 insertions, 2 deletions
diff --git a/.clang-format b/.clang-format
index 83d5054..5818da3 100644
--- a/.clang-format
+++ b/.clang-format
@@ -1,7 +1,16 @@
BasedOnStyle: LLVM
-IndentWidth: 8
+IndentWidth: 4
+TabWidth: 4
UseTab: Always
BreakBeforeBraces: Attach
AllowShortIfStatementsOnASingleLine: false
IndentCaseLabels: false
-ColumnLimit: 0
+SortIncludes: false
+ColumnLimit: 80
+AlignAfterOpenBracket: DontAlign
+BinPackParameters: false
+BinPackArguments: false
+ContinuationIndentWidth: 8
+AllowAllParametersOfDeclarationOnNextLine: false
+AllowShortLoopsOnASingleLine: true
+ReflowComments: false