mirror of
https://github.com/LuckfoxTECH/luckfox-pico.git
synced 2026-01-18 03:28:19 +01:00
23 lines
222 B
INI
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
|