From 2d89b6fc27681e4b931a53cac869aafe7bc53a2e Mon Sep 17 00:00:00 2001 From: Stephanie Frankian Date: Tue, 27 Aug 2019 17:45:00 -0400 Subject: [PATCH 1/3] Initialize .editorconfig --- .editorconfig | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000..cee0e62ec --- /dev/null +++ b/.editorconfig @@ -0,0 +1,11 @@ +# http://editorconfig.org + +root = true + +[*] +indent_size = 2 +indent_style = space +charset = utf-8 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true From be044dbcce94726cac234ede47671457c3c311f3 Mon Sep 17 00:00:00 2001 From: Stephanie Frankian Date: Tue, 27 Aug 2019 17:45:15 -0400 Subject: [PATCH 2/3] Remove .editorconfig from gitignore --- .gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8c6652cb0..0a9095b32 100644 --- a/.gitignore +++ b/.gitignore @@ -79,7 +79,6 @@ dist # IDE / Editor .idea -.editorconfig # Service worker sw.* From 6bf8a6cbb30d4c7dfbfba059452cc77e3201b6fc Mon Sep 17 00:00:00 2001 From: Stephanie Frankian Date: Wed, 28 Aug 2019 08:18:56 -0400 Subject: [PATCH 3/3] Fix typo. --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index cee0e62ec..630e82e79 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,4 +1,4 @@ -# http://editorconfig.org +# https://editorconfig.org root = true