From eab198c72a020e883b79f99b70a5aa0243dbf0a8 Mon Sep 17 00:00:00 2001 From: Yaksh Bariya Date: Tue, 2 Apr 2024 20:51:51 +0530 Subject: [PATCH] chore: setup editorconfig --- .editorconfig | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..901d90d --- /dev/null +++ b/.editorconfig @@ -0,0 +1,5 @@ +[*] +end_of_line = lf +insert_final_newline = true +indent_style = space +indent_size = 2