From 7f0cb4299fa2eadffb46b9ce152eade6bfd6f340 Mon Sep 17 00:00:00 2001 From: wi1dcard Date: Wed, 8 Jan 2020 19:11:12 +0800 Subject: [PATCH] Add .editorconfig. --- .editorconfig | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..f999431 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,7 @@ +root = true + +[*] +charset = utf-8 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true