소스 검색

.gitattributes

andy 1 년 전
부모
커밋
03103145ff
2개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      .gitattributes
  2. 1 0
      prettier.config.js

+ 2 - 0
.gitattributes

@@ -0,0 +1,2 @@
+* text=auto
+*.vue text eol=lf

+ 1 - 0
prettier.config.js

@@ -10,4 +10,5 @@ module.exports = {
   jsxBracketSameLine: false,
   arrowParens: 'avoid',
   htmlWhitespaceSensitivity: 'ignore',
+  endOfLine: 'lf',
 }