From f381af970ab62629c8fe42b7f70221c5ba0d99e8 Mon Sep 17 00:00:00 2001 From: Rochet2 Date: Sat, 28 Apr 2018 22:05:42 +0300 Subject: [PATCH] Create .editorconfig --- .editorconfig | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..a34283a --- /dev/null +++ b/.editorconfig @@ -0,0 +1,7 @@ +[*] +charset = utf-8 +indent_style = space +indent_size = 4 +tab_width = 4 +insert_final_newline = true +trim_trailing_whitespace = true