mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-21 18:59:22 +01:00
LICENSE & .editorconfig: attempt to fix GitHub license detection again
This time powered by explicitly treating it as markdown and a trailing space
This commit is contained in:
parent
b595cb67e6
commit
da3870dc14
@ -32,7 +32,7 @@ indent_size = 2
|
||||
|
||||
# Markdown apparently allows linebreaks by two trailing spaces, while I
|
||||
# never seem to do that, maybe I should accept it
|
||||
[*.{markdown,md}]
|
||||
[{LICENSE,*.{markdown,md}}]
|
||||
trim_trailing_whitespace = false
|
||||
# Prettier seems to believe spaces are the only way to markdown
|
||||
indent_style = space
|
||||
|
Loading…
Reference in New Issue
Block a user