From da45c267d9193c78389da2467bced3976a39d121 Mon Sep 17 00:00:00 2001 From: Rami Abdou <38056800+ramiAbdou@users.noreply.github.com> Date: Sat, 6 Apr 2024 02:02:50 -0700 Subject: [PATCH] =?UTF-8?q?chore:=20add=20`.editorconfig`=20to=20standardi?= =?UTF-8?q?ze=20editor=20formatting=20=F0=9F=AB=B6=20(#109)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .editorconfig | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..95cae3a6 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,11 @@ +# See https://editorconfig.org for more information. + +root = true + +[*] +charset = utf-8 +end_of_line = lf +indent_size = 2 +indent_style = space +insert_final_newline = true +trim_trailing_whitespace = true \ No newline at end of file