From cecd21984ecf81fac63dee2a2eb3782e2b55eb06 Mon Sep 17 00:00:00 2001 From: Phillip Davis Date: Tue, 3 Feb 2026 16:36:57 -0500 Subject: [PATCH] Add .editorconfig so I stop accidentally blowing it away --- .editorconfig | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..2d4a9f97563cdfa38a860b7775d16eb2d6f91e9d --- /dev/null +++ b/.editorconfig @@ -0,0 +1,5 @@ +root = true + +[*] +indent_style = tab +tab_width = 4