From 88bdf35c7846fbd527c58edcf6c41165dd25d7a9 Mon Sep 17 00:00:00 2001 From: Rangi42 Date: Thu, 19 Sep 2024 18:30:07 -0400 Subject: [PATCH] Add .editorconfig --- .editorconfig | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..7bde667 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,9 @@ +[*] +root = true +indent_style = space +indent_size = 2 +tab_width = 2 +charset = utf-8 +insert_final_newline = true +trim_trailing_whitespace = true +end_of_line = lf