From 83fc842ae432ae86df721717827338de3a62a2b3 Mon Sep 17 00:00:00 2001 From: An Phan Date: Wed, 13 May 2020 23:31:37 +0200 Subject: [PATCH] chore: add editorconfig --- .editorconfig | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..2903dffb --- /dev/null +++ b/.editorconfig @@ -0,0 +1,9 @@ +[*] +charset = utf-8 +insert_final_newline = true +indent_size = 2 +indent_style = space +trim_trailing_whitespace = true + +[*.md] +trim_trailing_whitespace = false