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:
Aminda Suomalainen 2023-03-10 09:57:58 +02:00
parent b595cb67e6
commit da3870dc14
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -1,4 +1,4 @@
Copyright (c) <year> <owner>.
Copyright (c) <year> <owner>.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: