Change CRLF to LF

pull/341/head
IvanZosimov 2 years ago
parent de75b8fc4c
commit 276c163221

2
.gitattributes vendored

@ -1,2 +1,2 @@
* text=auto
* text=auto eol=lf
.licenses/** -diff linguist-generated=true

@ -6,6 +6,5 @@ module.exports = {
singleQuote: true,
trailingComma: 'none',
bracketSpacing: false,
arrowParens: 'avoid',
endOfLine: 'auto'
arrowParens: 'avoid'
};

Loading…
Cancel
Save