luckfox-pico-sdk/project/app/ipcweb/ipcweb-backend/.editorconfig
2023-08-08 20:36:47 +08:00

23 lines
222 B
INI

# http://editorconfig.org
root = true
[*]
charset = utf-8
indent_style = space
[BUILD]
indent_size = 4
[CMakeLists.*]
indent_size = 4
[*.{h,hpp,cpp,cc}]
indent_size = 2
[*.md]
indent_size = 2
[*.sh]
indent_size = 2