From 7e261680f64a92110d3836b6fba3a0bbae2938ca Mon Sep 17 00:00:00 2001 From: Dimitri Merejkowsky Date: Fri, 1 Mar 2019 20:47:16 +0100 Subject: [PATCH] Add editorconfig --- .editorconfig | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..48acefe --- /dev/null +++ b/.editorconfig @@ -0,0 +1,7 @@ +root = true + + +[*] +indent_style=space +indent_size=4 +