From 5e927bc77af9fea49fba069a012c8ed1166f1bda Mon Sep 17 00:00:00 2001 From: Aashu Anshuman Date: Sun, 11 Aug 2024 03:03:02 +0100 Subject: [PATCH] (chore) Add .editorconfig (#1579) --- .editorconfig | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000000..db5f973596 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,7 @@ +root = true + +[*.{js,ts,jsx,tsx,yaml,json}] +indent_style = space +indent_size = 2 +trim_trailing_whitespace = true +insert_final_newline = true