From 416adf995019fe03c565d3fe11167a3fe02ea051 Mon Sep 17 00:00:00 2001 From: viko16 <16viko@gmail.com> Date: Tue, 30 Aug 2016 19:32:59 +0800 Subject: [PATCH] chore: add editorconfig --- .editorconfig | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..1c803b4 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,14 @@ +root = true + +[*] +charset = utf-8 +end_of_line = lf +indent_style = space + +[*.json] +indent_size = 4 +trim_trailing_whitespace = true + +[*.md] +insert_final_newline = true +trim_trailing_whitespace = false \ No newline at end of file