1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-24 21:15:51 +01:00

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

@ -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