blob: 5af5a7a7aefcc2eb8c6265fdeeffb9d7cd9744c9 (
plain)
1
2
3
4
|
# https://clang.llvm.org/docs/ClangFormatStyleOptions.html
# To disable for a line use `// clang-format off`
BasedOnStyle: Google # https://google.github.io/styleguide/cppguide.html
IndentPPDirectives: BeforeHash
|