mirror of https://github.com/webpack/webpack.git
chore: add .json to .editorconfig
This commit is contained in:
parent
291fc3b8b2
commit
76af4753fb
|
|
@ -1,5 +1,5 @@
|
|||
root = true
|
||||
|
||||
[*.js]
|
||||
[*.{js,json}]
|
||||
indent_style=tab
|
||||
trim_trailing_whitespace=true
|
||||
trim_trailing_whitespace=true
|
||||
|
|
|
|||
Loading…
Reference in New Issue