From caff93c945c258609c462fcc7c9ad3aac0b3cbc3 Mon Sep 17 00:00:00 2001 From: Sudarsan Balaji Date: Wed, 13 Oct 2021 13:42:55 +0530 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..f9d7a83 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,7 @@ +root = true + +[*] +insert_final_newline = true +indent_size = 2 +indent_style = space +end_of_line = lf