.gitattributes & .editorconfig: eol lf, md indent

This commit is contained in:
Aminda Suomalainen ⚧ 2023-05-09 13:23:16 +03:00
parent 401f404ceb
commit bc14448c9b
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
2 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,7 @@
root = true
[*]
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true
charset = utf-8
@ -9,3 +10,5 @@ indent_size = tab
[*.{markdown,md}]
trim_trailing_whitespace = false
indent_style = space
indent_size = 2

2
.gitattributes vendored
View File

@ -1 +1 @@
* text=auto linguist-detectable
* text=auto eol=lf linguist-detectable