mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-30 22:34:10 -05:00
refactor: 🔧 add .jsx into editorconfig
This commit is contained in:
parent
73b7165093
commit
d52f426226
1 changed files with 1 additions and 1 deletions
|
@ -7,6 +7,6 @@ end_of_line = lf
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
|
|
||||||
# 2 space indentation
|
# 2 space indentation
|
||||||
[{.,}*.{js,yml,yaml}]
|
[{.,}*.{js,jsx,yml,yaml}]
|
||||||
indent_style = space
|
indent_style = space
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
|
|
Loading…
Reference in a new issue