mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 00:49:45 +01:00
17 lines
289 B
INI
17 lines
289 B
INI
|
root = true
|
||
|
spelling_language = en
|
||
|
end_of_line = lf
|
||
|
|
||
|
[*{.c,.h}]
|
||
|
indent_style = space
|
||
|
indent_size = 4
|
||
|
trim_trailing_whitespace = true
|
||
|
insert_final_newline = true
|
||
|
|
||
|
[{Makefile*,*.mk}]
|
||
|
indent_style = tab
|
||
|
indent_size = 2
|
||
|
tab_size = 2
|
||
|
trim_trailing_whitespace = true
|
||
|
insert_final_newline = true
|