forked from redo/BlockLua
15 lines
294 B
YAML
15 lines
294 B
YAML
BasedOnStyle: LLVM
|
|
SortIncludes: CaseSensitive
|
|
IncludeBlocks: Preserve
|
|
IncludeCategories:
|
|
- Regex: '<Windows\.h>'
|
|
Priority: 1
|
|
- Regex: '<Psapi\.h>'
|
|
Priority: 2
|
|
- Regex: '"BlHooks\\.hpp"'
|
|
Priority: 3
|
|
- Regex: '"BlFuncs\\.hpp"'
|
|
Priority: 4
|
|
- Regex: ".*"
|
|
Priority: 5
|