refactor: 🔧 add .jsx into editorconfig

This commit is contained in:
Meeeeow 2017-11-05 18:59:32 +08:00 committed by juanpicado
parent 73b7165093
commit d52f426226
1 changed files with 1 additions and 1 deletions

View File

@ -7,6 +7,6 @@ end_of_line = lf
insert_final_newline = true
# 2 space indentation
[{.,}*.{js,yml,yaml}]
[{.,}*.{js,jsx,yml,yaml}]
indent_style = space
indent_size = 2