• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# 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
9