Render96ex/.clang-format

20 lines
297 B
Plaintext
Raw Normal View History

---
2019-09-01 15:50:50 -04:00
Language: Cpp
BasedOnStyle: Google
BinPackArguments: false
BinPackParameters: false
IncludeBlocks: Regroup
IncludeCategories:
- Regex: 'pch.h'
Priority: 0
- Regex: '^<'
Priority: 1
- Regex: '^".*/'
Priority: 2
- Regex: '(^((?!/).)*$)'
Priority: 3
SortIncludes: true