Explorar el Código

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.
Jakob Hasse hace 3 años
padre
commit
82c8b01650
Se han modificado 1 ficheros con 0 adiciones y 8 borrados
  1. 0 8
      .editorconfig

+ 0 - 8
.editorconfig

@@ -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