From 22ef524b9602ea39b08e18f689ef1b135de8ca2f Mon Sep 17 00:00:00 2001 From: Rabbit Whispers Date: Fri, 25 Apr 2025 20:28:26 -0500 Subject: Initial commit --- .editorconfig | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .editorconfig (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..0b225af --- /dev/null +++ b/.editorconfig @@ -0,0 +1,2 @@ +[*] +indent_style = tab -- cgit