minico2-firmware/.editorconfig

28 lines
372 B
INI
Raw Normal View History

2023-11-22 21:53:11 +00:00
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.{c,h}]
indent_style = tab
indent_size = 8
[{CMakeLists.txt,*.cmake}]
indent_style = space
indent_size = 2
[*.{dts,dtsi}]
indent_style = tab
indent_size = 8
[*.{yml,yaml}]
indent_style = space
indent_size = 2
[Kconfig*]
indent_style = tab
indent_size = 8