1
0
mirror of https://github.com/rwengine/openrw.git synced 2024-07-08 13:54:52 +02:00
openrw/.clang-format

12 lines
339 B
Plaintext
Raw Normal View History

2016-08-18 23:45:21 +02:00
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