add .editorconfig-entry for scss-files

This commit is contained in:
Jonas Hess 2022-01-08 03:40:53 +01:00
parent 60c6b4023b
commit 9e719001b1
No known key found for this signature in database
GPG Key ID: 8F51E16E7961BD47

View File

@ -34,3 +34,7 @@ indent_size = 2
[CMakeLists.txt]
indent_style = space
indent_size = 2
[*.scss]
indent_style = tab
indent_size = 4