소스 검색

Line Endings back to Unix (Was Temporarly on Windows)

Ignatz 7 년 전
부모
커밋
3bf4f3ef40
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .eslintrc.json

+ 1 - 1
.eslintrc.json

@@ -32,7 +32,7 @@
     "comma-spacing": 2,
     "comma-style": 2,
     "eol-last": 2,
-    "linebreak-style": [2, "windows"],
+    "linebreak-style": [2, "unix"],
     "new-parens": 2,
     "no-lonely-if": 2,
     "no-multiple-empty-lines": 2,