From b2bad790c999ce16e019ddd8993286f77ec760fe Mon Sep 17 00:00:00 2001 From: Alexander Sokolov Date: Sat, 11 Aug 2018 22:00:57 +0300 Subject: [PATCH] workflow: add .editorconfig (#719) --- .editorconfig | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..9d08a1a8 --- /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