From c0f84b6b4e81775b11448218a9ce5026e8596d38 Mon Sep 17 00:00:00 2001 From: mattmc3 Date: Wed, 31 Jul 2024 21:12:42 -0400 Subject: [PATCH] Update editorconfig --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.editorconfig b/.editorconfig index 41e23c5..567ec40 100644 --- a/.editorconfig +++ b/.editorconfig @@ -14,6 +14,10 @@ end_of_line = crlf [*.md] trim_trailing_whitespace = false +[*.txt] +indent_style = tab +indent_size = 4 + [makefile] indent_style = tab indent_size = 4