From 62543c05dff656f12e9b49b1386f168a81254ae6 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sat, 12 Jul 2025 12:31:16 +0300 Subject: [PATCH] .editorconfig: uncomment the RFC 678 for .txt --- .editorconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index 5e771f93..5bfc3182 100644 --- a/.editorconfig +++ b/.editorconfig @@ -87,8 +87,8 @@ trim_trailing_whitespace = false max_line_length = unset # RFC 678 -#[*.txt] -#max_line_length = 72 +[*.txt] +max_line_length = 72 # Windows line-endings for Windows [*.{reg,bat,ahk}]