mirror of
https://github.com/searxng/searxng
synced 2024-11-18 15:26:25 +00:00
[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.
This commit is contained in:
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…
Reference in New Issue
Block a user