Update .editorconfig (#3529)

This commit is contained in:
Rustam Mamadaminov 2019-02-05 23:06:03 +05:00 committed by Vlad Poluch
parent 4320d981fc
commit 904a30945b

View File

@ -11,3 +11,8 @@ trim_trailing_whitespace = true
charset = utf-8
indent_style = space
indent_size = 4
# Matches the exact files either *.json or *.yml
[*.{json,yml}]
indent_style = space
indent_size = 2