From 432d0cbd30ab489cc6732aea87ff789890d53d3f Mon Sep 17 00:00:00 2001 From: Benjamin Palko Date: Thu, 26 Jun 2025 22:09:31 -0400 Subject: [PATCH] editorconfig --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..f28239b --- /dev/null +++ b/.editorconfig @@ -0,0 +1,4 @@ +root = true + +[*] +charset = utf-8