diff options
-rw-r--r-- | .editorconfig | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/.editorconfig b/.editorconfig index dd6e5fe..9ae36a9 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,14 +7,6 @@ indent_style = tab indent_size = 8 tab_size = 8 -[*.html.tmpl] -tab_size = 4 -indent_size = 4 - -[*.js] -tab_size = 4 -indent_size = 4 - [*.py] indent_style = space indent_size = 4 |