diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..903c3ea8 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,12 @@ +root = true + +[*] +charset = utf-8 +indent_style = space +indent_size = 2 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true +[*.md] +trim_trailing_whitespace = false + diff --git a/.gitignore b/.gitignore index 394522f4..e7b7455b 100755 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -node_modules/** \ No newline at end of file +.vscode +node_modules \ No newline at end of file