mirror of
https://github.com/rwengine/openrw.git
synced 2024-11-21 09:52:43 +01:00
update clang-format
This commit is contained in:
parent
239d19a310
commit
9338c34096
@ -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…
Reference in New Issue
Block a user