editorconfig: remove obsolete entry and add python script rules

This commit is contained in:
George Kiagiadakis 2021-05-26 09:35:48 +03:00
parent ca69b987a6
commit 0a13997d21
1 changed files with 3 additions and 3 deletions

View File

@ -11,6 +11,6 @@ insert_final_newline = true
indent_style = tab
indent_size = 8
[docs/sitemap.txt]
indent_style = tab
indent_size = 2
[*.py]
indent_style = space
indent_size = 4