Add .editorconfig

This commit is contained in:
Simon Ser 2020-01-24 20:58:27 +01:00
parent 3384c39a17
commit b325933a8b
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
6 changed files with 160 additions and 151 deletions

9
.editorconfig Normal file
View file

@ -0,0 +1,9 @@
root = true
[*]
indent_style = tab
indent_size = 4
[*.{html,css,scss}]
indent_style = space
indent_size = 2