chore: add editorconfig file
1 file changed, 10 insertions(+), 0 deletions(-)
changed files
A .editorconfig
@@ -0,0 +1,10 @@ +root = true + +[*] +end_of_line = lf + +[*.{js,json}] +charset = utf-8 +indent_style = space +trim_trailing_whitespace = true +indent_size = 2