Change editorconfig indentation options

This commit is contained in:
Pavle Portic 2019-03-24 12:51:34 +01:00
parent 3301698487
commit e8a49e10eb
Signed by: TheEdgeOfRage
GPG Key ID: 6758ACE46AA2A849
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
[*.{js,jsx,ts,tsx,vue}]
indent_style = space
indent_size = 2
indent_style = tab
indent_size = 4
trim_trailing_whitespace = true
insert_final_newline = true