diff --git a/.gitattributes b/.gitattributes index 4994dee..693f0bc 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,2 @@ -* text=auto +* text=auto eol=lf .licenses/** -diff linguist-generated=true \ No newline at end of file diff --git a/.prettierrc.js b/.prettierrc.js index e7ccebb..d7133c7 100644 --- a/.prettierrc.js +++ b/.prettierrc.js @@ -6,6 +6,5 @@ module.exports = { singleQuote: true, trailingComma: 'none', bracketSpacing: false, - arrowParens: 'avoid', - endOfLine: 'auto' + arrowParens: 'avoid' };