cagebreak/.clang-format
Cagebreak Signing Key 1 de6c07ca2a Release 1.0.0
- Add basic tiling compositor functionality
2020-02-17 17:28:35 +00:00

11 lines
227 B
YAML

---
BasedOnStyle: LLVM
ConstructorInitializerIndentWidth: 4
ContinuationIndentWidth: 4
IndentWidth: 4
ObjCBlockIndentWidth: 4
TabWidth: 4
UseTab: ForIndentation
AlwaysBreakAfterReturnType: TopLevel
SpaceBeforeParens: Never
...