mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-11-21 18:49:39 +01:00
rename LICENSE to LICENSE.txt, tell .editorconfig to treat txt as markdown
This commit is contained in:
parent
848e951ac6
commit
68bbafe5f3
@ -9,3 +9,12 @@ charset = utf-8
|
|||||||
indent_style = tab
|
indent_style = tab
|
||||||
indent_size = tab
|
indent_size = tab
|
||||||
#tab_width =
|
#tab_width =
|
||||||
|
|
||||||
|
[*.{cff,yaml,yml}]
|
||||||
|
indent_style = space
|
||||||
|
indent_size = 2
|
||||||
|
|
||||||
|
[*.{txt,markdown,md}]
|
||||||
|
trim_trailing_whitespace = false
|
||||||
|
indent_style = space
|
||||||
|
indent_size = 2
|
||||||
|
Loading…
Reference in New Issue
Block a user