From 0127b797576834e62b044cf667e4da2813ec3c2d Mon Sep 17 00:00:00 2001 From: Sufien Tout Date: Mon, 4 Nov 2024 18:58:28 -0500 Subject: [PATCH] chore: add an .editorconfig --- .editorconfig | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..2b44368 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,9 @@ +root = true + +[*] +charset = utf-8 +end_of_line = lf +indent_style = space +insert_final_newline = true +tab_width = 4 +trim_trailing_whitespace = true