editorconfig: remove now unused js exception

This commit is contained in:
Jan-Niklas Burfeind 2022-12-18 19:52:48 +01:00
parent 6c0f224456
commit 348e938957

View File

@ -21,6 +21,8 @@ indent_size = unset
indent_style = space
indent_size = 2
[*.js]
[*{.json,.ecrc}]
indent_style = space
indent_size = 2