editorconfig: partially copy md for txt

This commit is contained in:
Aminda Suomalainen 2025-07-12 12:48:21 +03:00
parent 62543c05df
commit 5e57912ebe
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723
2 changed files with 5 additions and 5 deletions

View File

@ -89,6 +89,9 @@ max_line_length = unset
# RFC 678 # RFC 678
[*.txt] [*.txt]
max_line_length = 72 max_line_length = 72
# copied from markdown
indent_style = space
indent_size = 2
# Windows line-endings for Windows # Windows line-endings for Windows
[*.{reg,bat,ahk}] [*.{reg,bat,ahk}]

View File

@ -1,7 +1,4 @@
# SPDX-FileCopyrightText: 2023 Aminda Suomalainen <suomalainen+git@mikaela.info> # SPDX-FileCopyrightText: 2025 Aminda Suomalainen <suomalainen@aminda.eu>
# #
# SPDX-License-Identifier: CC0-1.0 # SPDX-License-Identifier: CC0-1.0
root = false root = true
[*]
indent_style = space
trim_trailing_whitespace = false