From 88f46ecfd89f15a21588e5468e9b078f7a203ecd Mon Sep 17 00:00:00 2001 From: Kononnable Date: Sat, 30 Dec 2017 16:04:10 +0100 Subject: [PATCH] Added editorconfig --- .editorconfig | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..08891d8 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true \ No newline at end of file