From 780bda894e0daf244a6475dc19e1f2c91c35730a Mon Sep 17 00:00:00 2001 From: Andrew Young Date: Sun, 22 Dec 2019 04:00:16 +0000 Subject: [PATCH] Added .editorconfig file with the main indentation settings --- .editorconfig | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..8841bc6e --- /dev/null +++ b/.editorconfig @@ -0,0 +1,6 @@ +root = true + +[*] +insert_final_newline = true +indent_style = space +indent_size = 4