diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..d0d3054abae254775fd5c772f0c82ab370b11040 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,17 @@ +# http://editorconfig.org + +root = true + +# all files +[*] +charset = utf-8 +indent_style = space +indent_size = 2 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true + +# md files +[*.md] +insert_final_newline = false +trim_trailing_whitespace = false \ No newline at end of file diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..9594b8fb5790d547682b954f74048ba84247f2f2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +node_modules/ +.project +unpackage/ \ No newline at end of file