@@ -0,0 +1,2 @@
+* text=auto
+*.vue text eol=lf
@@ -10,4 +10,5 @@ module.exports = {
jsxBracketSameLine: false,
arrowParens: 'avoid',
htmlWhitespaceSensitivity: 'ignore',
+ endOfLine: 'lf',
}