From f648c5c8136bd86ecbe4bb68120b89afa1390553 Mon Sep 17 00:00:00 2001 From: pommicket Date: Mon, 1 Sep 2025 14:12:57 -0400 Subject: Add .editorconfig --- .editorconfig | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .editorconfig (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..452a22b --- /dev/null +++ b/.editorconfig @@ -0,0 +1,7 @@ +# https://editorconfig.org + +[*] +indent_style = tab +insert_final_newline = true +charset = utf-8 +trim_trailing_whitespace = true -- cgit v1.2.3