mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 03:09: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
|
# Markdown apparently allows linebreaks by two trailing spaces, while I
|
||||||
# never seem to do that, maybe I should accept it
|
# never seem to do that, maybe I should accept it
|
||||||
[*.{markdown,md}]
|
[{LICENSE,*.{markdown,md}}]
|
||||||
trim_trailing_whitespace = false
|
trim_trailing_whitespace = false
|
||||||
# Prettier seems to believe spaces are the only way to markdown
|
# Prettier seems to believe spaces are the only way to markdown
|
||||||
indent_style = space
|
indent_style = space
|
||||||
|
2
LICENSE
2
LICENSE
@ -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:
|
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user