tweak coding style / configuration

clang-format is a pain :-(
This commit is contained in:
Dirk-Jan C. Binnema 2022-02-13 12:05:08 +02:00
parent a0ec982789
commit 5fbebbff86
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ BraceWrapping:
BinPackArguments: 'true'
BinPackParameters: 'true'
BreakBeforeBraces: 'WebKit'
ColumnLimit: '0'
ColumnLimit: '90'
Cpp11BracedListStyle: 'true'
DerivePointerAlignment: 'false'
IndentCaseLabels: 'false'

View File

@ -16,7 +16,7 @@ trim_trailing_whitespace = true
[*.{cc,cpp,hh,hpp}]
indent_style = tab
indent_size = 8
max_line_length = 100
max_line_length = 90
[*.{c,h}]
indent_style = tab