editorconfig (#1011) #9

Merged
zelvuska merged 4 commits from editorconfig into master 2022-11-16 08:59:12 +01:00
Showing only changes of commit e1be20c08b - Show all commits

View file

@ -15,3 +15,7 @@ indent_size = unset
[*/migrations/*.py]
indent_style = space
indent_size = 4
[*.html]
indent_style = space
indent_size = 2