From 624ca17a3022e17927f46bb4c2bcd49dcac85d12 Mon Sep 17 00:00:00 2001 From: Rajan Ravi Date: Fri, 17 Jan 2025 19:46:20 +0530 Subject: [PATCH] Adding editorconfig Signed-off-by: Rajan Ravi --- .editorconfig | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..6ec4fcb --- /dev/null +++ b/.editorconfig @@ -0,0 +1,6 @@ +root = true + +[*] +indent_style = tab +indent_size = 4 +tab_width = 4