summaryrefslogtreecommitdiff
path: root/.clang-format
diff options
context:
space:
mode:
authorailin-nemui <ailin-nemui@users.noreply.github.com>2017-11-16 13:50:48 +0100
committerGitHub <noreply@github.com>2017-11-16 13:50:48 +0100
commitba3c5801a4bb175fe1e0d0fd273ae15318dd2b03 (patch)
tree05a1d7324435b8ebb7343d68baba94f9ab68050d /.clang-format
parent596fa6b51ed2ab6be80041684ad805f7b22256ac (diff)
downloadirssi-ba3c5801a4bb175fe1e0d0fd273ae15318dd2b03.zip
Update .clang-format
do not indent case deeper
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format2
1 files changed, 1 insertions, 1 deletions
diff --git a/.clang-format b/.clang-format
index 295356df..1180910e 100644
--- a/.clang-format
+++ b/.clang-format
@@ -19,7 +19,7 @@ BreakBeforeBinaryOperators: None
BreakBeforeBraces: Linux
BreakBeforeTernaryOperators: false
ColumnLimit: 100
-IndentCaseLabels: true
+IndentCaseLabels: false
IndentWidth: 8
IndentWrappedFunctionNames: true
KeepEmptyLinesAtTheStartOfBlocks: false