From 21fe5ab69d31a195d86bf86b9363351f347aa129 Mon Sep 17 00:00:00 2001 From: pommicket Date: Wed, 17 Sep 2025 00:58:44 -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