From 13f6fcfcce8fa9a5718245eb203dc41e06d5af8b Mon Sep 17 00:00:00 2001 From: sschr15 Date: Sun, 24 Sep 2023 22:39:33 -0500 Subject: [PATCH] Exclude quilt-crash.txt from editorconfig nonsense --- .editorconfig | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.editorconfig b/.editorconfig index eb416311..fc961ffb 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,3 +9,11 @@ max_line_length = 120 [*.yml] indent_style = space + +# Reset for log tests +[*.txt] +charset = unset +insert_final_newline = unset +indent_style = unset +trim_trailing_whitespace = unset +max_line_length = unset