From 6743b5a79ccb1171826306fd4c6cccb8cdfdb5a8 Mon Sep 17 00:00:00 2001 From: Jari Vetoniemi Date: Wed, 25 Mar 2020 22:49:53 +0900 Subject: [PATCH] Add .editorconfig to the project Saves time and hassle --- .editorconfig | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..9c8f371 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,5 @@ +root=true +[*] +end_of_line = lf +indent_style = tab +indent_size = 4