aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Ragnar Groot Koerkamp <ragnar.grootkoerkamp@gmail.com>2021-06-18 17:59:08 +0200
committerLibravatar Simon Ser <contact@emersion.fr>2021-06-22 20:21:45 +0200
commitf81dc1ecc00a6a5516699ca74a7b4de4098b3f72 (patch)
treeee8695b48a865e702a519297fc1fd09e020d8b28
parentRevert "Add workspace {prev,next}_on_output --create" (diff)
downloadsway-f81dc1ecc00a6a5516699ca74a7b4de4098b3f72.tar.gz
sway-f81dc1ecc00a6a5516699ca74a7b4de4098b3f72.tar.zst
sway-f81dc1ecc00a6a5516699ca74a7b4de4098b3f72.zip
Update clang format to better match existing code
-rw-r--r--.clang-format6
1 files changed, 4 insertions, 2 deletions
diff --git a/.clang-format b/.clang-format
index 5818da3c..24ea869d 100644
--- a/.clang-format
+++ b/.clang-format
@@ -8,9 +8,11 @@ IndentCaseLabels: false
8SortIncludes: false 8SortIncludes: false
9ColumnLimit: 80 9ColumnLimit: 80
10AlignAfterOpenBracket: DontAlign 10AlignAfterOpenBracket: DontAlign
11BinPackParameters: false 11BinPackParameters: true
12BinPackArguments: false 12BinPackArguments: true
13ContinuationIndentWidth: 8 13ContinuationIndentWidth: 8
14AllowAllParametersOfDeclarationOnNextLine: false 14AllowAllParametersOfDeclarationOnNextLine: false
15AllowShortLoopsOnASingleLine: true 15AllowShortLoopsOnASingleLine: true
16ReflowComments: false 16ReflowComments: false
17AllowAllArgumentsOnNextLine: false
18AlignOperands: DontAlign