mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
[dev] add .editorconfig
This commit is contained in:
parent
c61d24507f
commit
22fd8ffe89
1 changed files with 11 additions and 0 deletions
11
.editorconfig
Normal file
11
.editorconfig
Normal file
|
@ -0,0 +1,11 @@
|
|||
root = true
|
||||
|
||||
[*]
|
||||
end_of_line = lf
|
||||
charset = utf-8
|
||||
trim_trailing_whitespace = true
|
||||
insert_final_newline = true
|
||||
|
||||
[*.js]
|
||||
indent_style = space
|
||||
indent_size = 2
|
Loading…
Add table
Reference in a new issue