Files
antimicrox/.clang-format
Paweł Kotiuk a0c7d84b8d chore: ensure Consistent formatting of code across entire project
* Create basic config for clang-format

* Format source files using clang-format

* Add Github Action checking proper code formatting after every Pull request
2020-10-12 15:57:33 +02:00

14 lines
297 B
YAML

BasedOnStyle: LLVM
IndentWidth: 4
BreakBeforeBraces: Custom
ColumnLimit: 125
IndentPPDirectives: BeforeHash
BraceWrapping:
AfterEnum: true
AfterStruct: true
AfterClass: true
AfterControlStatement: true
AfterFunction: true
AfterUnion: true
BreakConstructorInitializersBeforeComma: true