mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
13 lines
240 B
YAML
13 lines
240 B
YAML
BasedOnStyle: LLVM
|
|
IndentWidth: 2
|
|
ColumnLimit: 120
|
|
PointerAlignment: Left
|
|
NamespaceIndentation: All
|
|
SortIncludes: CaseSensitive
|
|
IncludeBlocks: Regroup
|
|
IncludeCategories:
|
|
- Regex: '^".*"'
|
|
Priority: 1
|
|
- Regex: '^<.*>'
|
|
Priority: 2
|