From d1409eb7b2f74810b9313c8b9f5a87bca074295f Mon Sep 17 00:00:00 2001 From: Alexander Sokolov Date: Fri, 10 Aug 2018 14:24:08 +0300 Subject: [PATCH] Create .editorconfig --- .editorconfig | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000000..9d08a1a828 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,9 @@ +root = true + +[*] +charset = utf-8 +indent_style = space +indent_size = 2 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true