redream/.clang-format

16 lines
414 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:
- Regex: '^<.*\.h>'
Priority: -2
- Regex: '^<.*'
Priority: -1
- Regex: '.*'
Priority: 3