diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..0f09989 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,10 @@ +# editorconfig.org +root = true + +[*] +indent_style = space +indent_size = 2 +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true diff --git a/package.json b/package.json index 2c2c0e2..e0e27fe 100644 --- a/package.json +++ b/package.json @@ -34,4 +34,4 @@ "README.md", "index.js" ] -} \ No newline at end of file +}