[tests] add editorconfig and eslint

This commit is contained in:
Dragan Filipovic 2020-04-11 16:26:19 +02:00
parent c28aa7215e
commit 19689edd76
4 changed files with 44 additions and 2 deletions

11
.editorconfig Normal file
View file

@ -0,0 +1,11 @@
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
max_line_length = 120
tab_width = 4
trim_trailing_whitespace = true