mirror of
https://cagebreak.project-repo.co/cagebreak.git
synced 2026-08-09 07:09:11 +02:00
11 lines
227 B
YAML
11 lines
227 B
YAML
---
|
|
BasedOnStyle: LLVM
|
|
ConstructorInitializerIndentWidth: 4
|
|
ContinuationIndentWidth: 4
|
|
IndentWidth: 4
|
|
ObjCBlockIndentWidth: 4
|
|
TabWidth: 4
|
|
UseTab: ForIndentation
|
|
AlwaysBreakAfterReturnType: TopLevel
|
|
SpaceBeforeParens: Never
|
|
...
|