tweak coding style / configuration
clang-format is a pain :-(
This commit is contained in:
@ -20,7 +20,7 @@ BraceWrapping:
|
|||||||
BinPackArguments: 'true'
|
BinPackArguments: 'true'
|
||||||
BinPackParameters: 'true'
|
BinPackParameters: 'true'
|
||||||
BreakBeforeBraces: 'WebKit'
|
BreakBeforeBraces: 'WebKit'
|
||||||
ColumnLimit: '0'
|
ColumnLimit: '90'
|
||||||
Cpp11BracedListStyle: 'true'
|
Cpp11BracedListStyle: 'true'
|
||||||
DerivePointerAlignment: 'false'
|
DerivePointerAlignment: 'false'
|
||||||
IndentCaseLabels: 'false'
|
IndentCaseLabels: 'false'
|
||||||
|
|||||||
@ -16,7 +16,7 @@ trim_trailing_whitespace = true
|
|||||||
[*.{cc,cpp,hh,hpp}]
|
[*.{cc,cpp,hh,hpp}]
|
||||||
indent_style = tab
|
indent_style = tab
|
||||||
indent_size = 8
|
indent_size = 8
|
||||||
max_line_length = 100
|
max_line_length = 90
|
||||||
|
|
||||||
[*.{c,h}]
|
[*.{c,h}]
|
||||||
indent_style = tab
|
indent_style = tab
|
||||||
|
|||||||
Reference in New Issue
Block a user