From 26f45852bbe413a00685c2927c6f572f6b8c5ca0 Mon Sep 17 00:00:00 2001 From: Shiva Vinodkumar <127319648+shiva24082@users.noreply.github.com> Date: Tue, 7 Jul 2026 10:35:25 +0530 Subject: [PATCH] Add/Update .editorconfig to improve repository standards --- .editorconfig | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..308a7c9 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,13 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true +charset = utf-8 +indent_style = space +indent_size = 2 + +[*.{json,yml,yaml,md}] +indent_style = space +indent_size = 2