From 0f5a0ef4b214cb863219d1ceaf6f88a9658067f1 Mon Sep 17 00:00:00 2001 From: pommicket Date: Wed, 17 Sep 2025 00:58:14 -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