.clang-format 138 B

12345
  1. # Complete list of style options can be found at:
  2. # http://clang.llvm.org/docs/ClangFormatStyleOptions.html
  3. ---
  4. BasedOnStyle: Google
  5. ...