mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-21 18:59:22 +01:00
Ensure markdown uses lf line endings
This commit is contained in:
parent
31370667d9
commit
1490e1b8a5
@ -52,6 +52,7 @@ 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
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
|
end_of_line = lf
|
||||||
|
|
||||||
# Nim https://nim-lang.org/docs/nep1.html#introduction-spacing-and-whitespace-conventions
|
# Nim https://nim-lang.org/docs/nep1.html#introduction-spacing-and-whitespace-conventions
|
||||||
[*.nim]
|
[*.nim]
|
||||||
|
@ -2,3 +2,6 @@ root = false
|
|||||||
|
|
||||||
[*]
|
[*]
|
||||||
end_of_line = crlf
|
end_of_line = crlf
|
||||||
|
|
||||||
|
[*.md]
|
||||||
|
end_of_line = lf
|
||||||
|
2
Windows/.gitattributes
vendored
2
Windows/.gitattributes
vendored
@ -1,2 +1,2 @@
|
|||||||
* text=auto eol=crlf
|
* text=auto eol=crlf
|
||||||
*.{md,markdown} text eol=lf
|
*.md text eol=lf
|
||||||
|
Loading…
Reference in New Issue
Block a user