28 lines
372 B
INI
28 lines
372 B
INI
|
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
|