1
0
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:
Dylan Laduranty 2024-06-14 07:18:51 +00:00 committed by GitHub
commit b40c7872e5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

16
.editorconfig Normal file
View 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