mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-10-05 13:07:21 +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
|
# 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}]
|
||||||
|
@ -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
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user