From 083d80072756fa839fd3f10d414692f2be38fba0 Mon Sep 17 00:00:00 2001 From: pommicket Date: Thu, 18 Sep 2025 18:52:27 -0400 Subject: Better styling --- .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