mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-07-27 00:47:20 +02:00
editorconfig: partially copy md for txt
This commit is contained in:
parent
62543c05df
commit
5e57912ebe
@ -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}]
|
||||
|
@ -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
|
||||
root = false
|
||||
[*]
|
||||
indent_style = space
|
||||
trim_trailing_whitespace = false
|
||||
root = true
|
||||
|
Loading…
x
Reference in New Issue
Block a user