.clang-format 256 B

1234567891011
  1. # Available style options are described in https://clang.llvm.org/docs/ClangFormatStyleOptions.html
  2. #
  3. # An easy way to create the .clang-format file is:
  4. #
  5. # clang-format -style=llvm -dump-config > .clang-format
  6. #
  7. ---
  8. Language: Cpp
  9. DisableFormat: true
  10. ---