From e6b1631d27f9fe54f3cdd3d7ee1e65d726927e3c Mon Sep 17 00:00:00 2001 From: Andrew Opalach Date: Thu, 24 Oct 2024 14:47:35 -0400 Subject: consistent formatting plus cleanup --- .editorconfig | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .editorconfig (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..1f473a9 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,11 @@ +root = true + +[/.git/**] +max_line_length = unset + +[*] +indent_style = space +indent_size = 2 +tab_width = 2 +end_of_line = lf +trim_trailing_whitespace = true -- cgit v1.2.3-101-g0448