mirror of
https://github.com/rwengine/openrw.git
synced 2025-04-28 21:08:05 +03:00
update clang-format
This commit is contained in:
parent
239d19a310
commit
9338c34096
1 changed files with 11 additions and 1 deletions
|
@ -1 +1,11 @@
|
|||
DisableFormat: true
|
||||
BasedOnStyle: Google
|
||||
UseTab: Never
|
||||
TabWidth: 4
|
||||
IndentWidth: 4
|
||||
AccessModifierOffset: -4
|
||||
ColumnLimit: 80
|
||||
# Makes maintaining initalizer lists a little easier
|
||||
BreakConstructorInitializersBeforeComma: true
|
||||
ConstructorInitializerAllOnOneLineOrOnePerLine: true
|
||||
# Single line methods can be harder to read
|
||||
AllowShortFunctionsOnASingleLine: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue