From c9c1e5294646e2486623d2c7dbf38057ba7e280c Mon Sep 17 00:00:00 2001 From: An Phan Date: Wed, 15 Jan 2020 19:09:17 +0100 Subject: [PATCH] feat: Add some meta (.editorconfig and ignore dist/) --- .editorconfig | 10 ++++++++++ .gitignore | 3 ++- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..a1b04a26 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,10 @@ +[*] +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 \ No newline at end of file diff --git a/.gitignore b/.gitignore index b512c09d..f06235c4 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -node_modules \ No newline at end of file +node_modules +dist