redream/.clang-format

18 lines
474 B
Plaintext
Raw Normal View History

2016-05-23 02:57:47 +00:00
BasedOnStyle: Google
AllowShortBlocksOnASingleLine: false
AllowShortCaseLabelsOnASingleLine: false
AllowShortFunctionsOnASingleLine: Empty
AllowShortIfStatementsOnASingleLine: false
2016-06-22 03:40:25 +00:00
DerivePointerAlignment: false
PointerAlignment: Right
IncludeCategories:
2017-06-20 03:03:19 +00:00
- Regex: '^<glad.*\.h>'
Priority: -3
2016-06-22 03:40:25 +00:00
- Regex: '^<.*\.h>'
Priority: -2
- Regex: '^<.*'
Priority: -1
- Regex: '.*'
Priority: 3