From 35f4c5470e4a2229f435139513202c1c97dd03bf Mon Sep 17 00:00:00 2001 From: pommicket Date: Fri, 12 Sep 2025 15:44:38 -0400 Subject: Add .editorconfig --- .editorconfig | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..03ba509 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,7 @@ +# https://editorconfig.org + +[**] +indent_style = tab +insert_final_newline = true +trim_trailing_whitespace = true +charset = utf-8 -- cgit v1.2.3