mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-24 05:53:49 +01:00
Merge pull request #20746 from maribu/editorconfig
.editorconfig: add EditorConfig
This commit is contained in:
commit
b40c7872e5
16
.editorconfig
Normal file
16
.editorconfig
Normal file
@ -0,0 +1,16 @@
|
||||
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
|
||||
Loading…
x
Reference in New Issue
Block a user