mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-18 18:53:31 +08:00
12 lines
256 B
Plaintext
12 lines
256 B
Plaintext
|
# 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
|
||
|
---
|
||
|
|