editorconfig for svg

This commit is contained in:
Max Pozdeev 2022-02-15 21:15:57 +03:00
parent 57bd7116c1
commit 3ba1f583e1

View file

@ -20,7 +20,7 @@ indent_size = 4
indent_style = tab
tab_width = 4
[*.{css,yml,html}]
[*.{css,yml,html,svg}]
indent_style = space
indent_size = 2