From 5e57912ebe0193a0e10cc2aaed12b6f4e36e602c Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sat, 12 Jul 2025 12:48:21 +0300 Subject: [PATCH] editorconfig: partially copy md for txt --- .editorconfig | 3 +++ LICENSES/.editorconfig | 7 ++----- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.editorconfig b/.editorconfig index 5bfc3182..f2264ab1 100644 --- a/.editorconfig +++ b/.editorconfig @@ -89,6 +89,9 @@ max_line_length = unset # RFC 678 [*.txt] max_line_length = 72 +# copied from markdown +indent_style = space +indent_size = 2 # Windows line-endings for Windows [*.{reg,bat,ahk}] diff --git a/LICENSES/.editorconfig b/LICENSES/.editorconfig index b959b77b..8d206871 100644 --- a/LICENSES/.editorconfig +++ b/LICENSES/.editorconfig @@ -1,7 +1,4 @@ -# SPDX-FileCopyrightText: 2023 Aminda Suomalainen +# SPDX-FileCopyrightText: 2025 Aminda Suomalainen # # SPDX-License-Identifier: CC0-1.0 -root = false -[*] -indent_style = space -trim_trailing_whitespace = false +root = true