From f1916bf992845735316fbecd5edb7d8716b1a7b6 Mon Sep 17 00:00:00 2001 From: Jason Kurian Date: Thu, 6 Oct 2016 16:36:08 -0400 Subject: [PATCH 1/2] chore: add editorconfig --- .editorconfig | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..7f18d61b --- /dev/null +++ b/.editorconfig @@ -0,0 +1,16 @@ +root = true + +[*] + +# Change these settings to your own preference +indent_style = space +indent_size = 2 + +# We recommend you to keep these unchanged +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true + +[*.md] +trim_trailing_whitespace = false From 4d6cf44347922050f4b7a2e504a4ea61b3702a6c Mon Sep 17 00:00:00 2001 From: Jason Kurian Date: Thu, 6 Oct 2016 17:02:18 -0400 Subject: [PATCH 2/2] Remove whitespace --- .editorconfig | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.editorconfig b/.editorconfig index 7f18d61b..df75e1d7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,16 +1,10 @@ root = true - [*] - -# Change these settings to your own preference indent_style = space indent_size = 2 - -# We recommend you to keep these unchanged end_of_line = lf charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true - [*.md] trim_trailing_whitespace = false