Skip to content

Commit

Permalink
refactor(editorconfig): Removed FreeRTOS tab rule
Browse files Browse the repository at this point in the history
FreeRTOS used tabs before, but changed to spaces now.
This hasn't been reflected in the editorconfig file
and is fixed now.
  • Loading branch information
0xjakob committed Sep 23, 2022
1 parent 2dcb195 commit 82c8b01
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 82c8b01

Please sign in to comment.