blob: df55d340f018f5faae470f58fb06507148728e2c (
plain)
1
2
3
4
5
6
7
8
|
# Run manually to reformat a file:
# clang-format -i --style=file <file>
Language: Cpp
BasedOnStyle: Google
IndentPPDirectives: AfterHash
IndentCaseLabels: false
AlwaysBreakTemplateDeclarations: false
DerivePointerAlignment: false
|