[enh] add editorconfig rules for javascript files

SearXNG has a bunch of javascript files which have an indentation of
two, but the '*' rule tells my editor to use 4 spaces.
pull/3382/head
Yaksh Bariya 1 month ago committed by Markus Heiser
parent 4acb52f68f
commit 8bf2da9ce5

@ -16,6 +16,9 @@ max_line_length = 119
[*.html]
indent_size = 4
[*.js]
indent_size = 2
[*.json]
indent_size = 4
insert_final_newline = ignore

Loading…
Cancel
Save