[dev] add .editorconfig

This commit is contained in:
Marko Korhonen 2022-09-01 18:25:33 +03:00
parent c61d24507f
commit 22fd8ffe89
No known key found for this signature in database
GPG key ID: A7F78BCB859CD890

11
.editorconfig Normal file
View 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