From 90c0e869abaae168bc07fe93782b65651f45dfc8 Mon Sep 17 00:00:00 2001 From: Ritesh Ghosh Date: Tue, 29 Oct 2024 13:11:49 +0530 Subject: [PATCH] feat: add `.editorconfig` --- .editorconfig | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..b0a8221 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,6 @@ +[*] +end_of_line = lf + +[*.{js,mjs,ts}] +indent_size = 2 +trim_trailing_whitespace = true