mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-16 10:03:50 +01:00
.editorconfig: remove wrong key tab_size
according to https://editorconfig.org/#supported-properties it should be `tab_width`, but it anyhow defaults to the value of `indent_size`
This commit is contained in:
parent
34ec109bb9
commit
7b24c75152
@ -11,7 +11,6 @@ insert_final_newline = true
|
|||||||
[{Makefile*,*.mk}]
|
[{Makefile*,*.mk}]
|
||||||
indent_style = tab
|
indent_style = tab
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
tab_size = 2
|
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user