From 0ffdc294134eef60138ccb2723ffaadee37b9c5c Mon Sep 17 00:00:00 2001 From: sschr15 Date: Sun, 24 Sep 2023 22:48:35 -0500 Subject: [PATCH] Add'l changes to editorconfig (to hopefully keep the txt the same) --- .editorconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index fc961ff..4a07e45 100644 --- a/.editorconfig +++ b/.editorconfig @@ -15,5 +15,6 @@ indent_style = space charset = unset insert_final_newline = unset indent_style = unset -trim_trailing_whitespace = unset +trim_trailing_whitespace = false max_line_length = unset +ij_formatter_enabled = false