chore: add missing indent for scss in editorconfig

This commit is contained in:
Johannes Millan 2018-09-05 19:33:50 +02:00
parent 63c9f6fce1
commit 97af53feed

View file

@ -22,6 +22,9 @@ indent_size = 2
[*.json]
indent_size = 2
[*.scss]
indent_size = 2
[*.md]
trim_trailing_whitespace = false