diff options
author | ailin-nemui <ailin-nemui@users.noreply.github.com> | 2017-11-16 13:50:48 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-16 13:50:48 +0100 |
commit | ba3c5801a4bb175fe1e0d0fd273ae15318dd2b03 (patch) | |
tree | 05a1d7324435b8ebb7343d68baba94f9ab68050d /.clang-format | |
parent | 596fa6b51ed2ab6be80041684ad805f7b22256ac (diff) | |
download | irssi-ba3c5801a4bb175fe1e0d0fd273ae15318dd2b03.zip |
Update .clang-format
do not indent case deeper
Diffstat (limited to '.clang-format')
-rw-r--r-- | .clang-format | 2 |
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 |