blob: df55d340f018f5faae470f58fb06507148728e2c [file] [log] [blame]
Victor Zverovich58b6f8d2019-01-12 18:27:38 -08001# Run manually to reformat a file:
2# clang-format -i --style=file <file>
3Language: Cpp
4BasedOnStyle: Google
5IndentPPDirectives: AfterHash
6IndentCaseLabels: false
7AlwaysBreakTemplateDeclarations: false
8DerivePointerAlignment: false