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--- 8Language: Cpp 9DisableFormat: true 10--- 11 12