From 19b2d4a62a7c4a0d323ea9307410e5afe00a4871 Mon Sep 17 00:00:00 2001 From: Dmitry Sharshakov Date: Sat, 26 Jan 2019 21:18:49 +0300 Subject: [PATCH] Create .editorconfig file (#1592) --- .editorconfig | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000000..a05749c255 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,9 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true +indent_style = space +indent_size = 2 +charset = utf-8 +trim_trailing_whitespace = true