rename LICENSE to LICENSE.txt, tell .editorconfig to treat txt as markdown

This commit is contained in:
Aminda Suomalainen 2023-02-22 13:09:38 +02:00
parent 848e951ac6
commit 68bbafe5f3
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
2 changed files with 9 additions and 0 deletions

View File

@ -9,3 +9,12 @@ charset = utf-8
indent_style = tab
indent_size = tab
#tab_width =
[*.{cff,yaml,yml}]
indent_style = space
indent_size = 2
[*.{txt,markdown,md}]
trim_trailing_whitespace = false
indent_style = space
indent_size = 2