From 2e45edaa78611c4b9a16b49548a5fa1b29aa9828 Mon Sep 17 00:00:00 2001 From: karthikeyansundaram2 Date: Sun, 26 Apr 2026 12:18:41 +0530 Subject: [PATCH] =?UTF-8?q?fix:=20address=20#31412=20=E2=80=94=20Chelsea?= =?UTF-8?q?=20FC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes #31412 --- .editorconfig | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000..4a7ea3036 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,12 @@ +root = true + +[*] +indent_style = space +indent_size = 2 +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true + +[*.md] +trim_trailing_whitespace = false