refactor(editorconfig): Removed FreeRTOS tab rule

FreeRTOS used tabs before, but changed to spaces now.
This hasn't been reflected in the editorconfig file
and is fixed now.
pull/9842/head^2^2
Jakob Hasse 2022-09-23 10:32:01 +02:00
rodzic 2dcb19515a
commit 82c8b01650
1 zmienionych plików z 0 dodań i 8 usunięć

Wyświetl plik

@ -19,14 +19,6 @@ trim_trailing_whitespace = false
indent_style = tab
indent_size = 2
[*/freertos/**]
indent_style = tab
indent_size = 4
[{*/freertos/**.S,**/FreeRTOSConfig.h}]
indent_style = space
indent_size = 4
[*.pem]
insert_final_newline = false