From 8bb8cae7c28d619c291efcb71c008f51c8477f3e Mon Sep 17 00:00:00 2001 From: Shiva Vinodkumar <127319648+shiva24082@users.noreply.github.com> Date: Tue, 7 Jul 2026 10:20:50 +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 00000000..a24539eb --- /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,txt}] +indent_style = space +indent_size = 2