From d3858930e01c55f6a3211eebac8dc44e72455522 Mon Sep 17 00:00:00 2001 From: bsky Date: Thu, 7 Jun 2018 14:52:17 +0900 Subject: [PATCH] Add .editorconfig --- .editorconfig | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000..3c44241cc --- /dev/null +++ b/.editorconfig @@ -0,0 +1,9 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true