mirror of
https://github.com/irssi/irssi.git
synced 2025-02-02 15:08:01 -05:00
Update .clang-format
do not indent case deeper
This commit is contained in:
parent
596fa6b51e
commit
ba3c5801a4
@ -19,7 +19,7 @@ BreakBeforeBinaryOperators: None
|
|||||||
BreakBeforeBraces: Linux
|
BreakBeforeBraces: Linux
|
||||||
BreakBeforeTernaryOperators: false
|
BreakBeforeTernaryOperators: false
|
||||||
ColumnLimit: 100
|
ColumnLimit: 100
|
||||||
IndentCaseLabels: true
|
IndentCaseLabels: false
|
||||||
IndentWidth: 8
|
IndentWidth: 8
|
||||||
IndentWrappedFunctionNames: true
|
IndentWrappedFunctionNames: true
|
||||||
KeepEmptyLinesAtTheStartOfBlocks: false
|
KeepEmptyLinesAtTheStartOfBlocks: false
|
||||||
|
Loading…
Reference in New Issue
Block a user