.editorconfig: uncomment the RFC 678 for .txt

This commit is contained in:
Aminda Suomalainen 2025-07-12 12:31:16 +03:00
parent 5faf1a1ec1
commit 62543c05df
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723

View File

@ -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}]