From 8a640b5309d01c363ec0eff24d7f8d96c6f3e23e Mon Sep 17 00:00:00 2001 From: Riley Beckett Date: Fri, 10 Oct 2025 19:06:49 -0400 Subject: 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..2cb277f --- /dev/null +++ b/.editorconfig @@ -0,0 +1,7 @@ +root = true + +[*] +indent_style = tab +tab_width = 4 +trim_trailing_whitespace = true +insert_final_newline = true -- cgit v1.2.3