From fa848a63ea458e02d09ba1738aa3c8f40cf160ea Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Wed, 2 Nov 2016 22:52:11 +0900 Subject: [PATCH] Added editor config --- .editorconfig | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..d47c094d --- /dev/null +++ b/.editorconfig @@ -0,0 +1,12 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = false +charset = utf-8 +trim_trailing_whitespace = true +indent_style = tab +indent_size = 4 + +[*.yml] +indent_style = space \ No newline at end of file