From b982066327525156f8dd0d32818d3fe7cb28f9c8 Mon Sep 17 00:00:00 2001 From: sct Date: Mon, 17 Aug 2020 02:13:14 +0000 Subject: [PATCH] feat(.editorconfig): add .editorconfig --- .editorconfig | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..7174001f --- /dev/null +++ b/.editorconfig @@ -0,0 +1,14 @@ +# editorconfig.org + +root = true + +[*] +charset = utf-8 +end_of_line = lf +insert_final_newline = true +indent_style = space +indent_size = 2 +trim_trailing_whitespace = true + +[*.md] +trim_trailing_whitespace = false \ No newline at end of file