mirror of
https://github.com/irssi/irssi.git
synced 2026-08-08 19:30:15 +02:00
Update .clang-format
do not indent case deeper
This commit is contained in:
parent
596fa6b51e
commit
ba3c5801a4
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ BreakBeforeBinaryOperators: None
|
|||
BreakBeforeBraces: Linux
|
||||
BreakBeforeTernaryOperators: false
|
||||
ColumnLimit: 100
|
||||
IndentCaseLabels: true
|
||||
IndentCaseLabels: false
|
||||
IndentWidth: 8
|
||||
IndentWrappedFunctionNames: true
|
||||
KeepEmptyLinesAtTheStartOfBlocks: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue