chore: ensure lf line-endings are used in repo
This commit is contained in:
parent
71dbdd7356
commit
5d05f87768
5 changed files with 9 additions and 1 deletions
|
|
@ -6,3 +6,4 @@ indent_size = 4
|
||||||
charset = utf-8
|
charset = utf-8
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
|
end_of_line = lf
|
||||||
|
|
|
||||||
2
.gitattributes
vendored
Normal file
2
.gitattributes
vendored
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
# Ensure that git uses lf line-endings for text files.
|
||||||
|
* text=auto eol=lf
|
||||||
3
.prettierrc
Normal file
3
.prettierrc
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"endOfLine": "lf"
|
||||||
|
}
|
||||||
|
|
@ -1,3 +1,5 @@
|
||||||
|
git:
|
||||||
|
autocrlf: input
|
||||||
language: node_js
|
language: node_js
|
||||||
os:
|
os:
|
||||||
- linux
|
- linux
|
||||||
|
|
|
||||||
2
LICENSE
2
LICENSE
|
|
@ -35,7 +35,7 @@ Mozilla Public License Version 2.0
|
||||||
means any form of the work other than Source Code Form.
|
means any form of the work other than Source Code Form.
|
||||||
|
|
||||||
1.7. "Larger Work"
|
1.7. "Larger Work"
|
||||||
means a work that combines Covered Software with other material, in
|
means a work that combines Covered Software with other material, in
|
||||||
a separate file or files, that is not Covered Software.
|
a separate file or files, that is not Covered Software.
|
||||||
|
|
||||||
1.8. "License"
|
1.8. "License"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue