rt-thread-official/bsp/.clang-format

12 lines
256 B
Plaintext
Raw Permalink Normal View History

# Available style options are described in https://clang.llvm.org/docs/ClangFormatStyleOptions.html
#
# An easy way to create the .clang-format file is:
#
# clang-format -style=llvm -dump-config > .clang-format
#
---
Language: Cpp
DisableFormat: true
---