Skip to content

Commit

Permalink
set auto end of line
Browse files Browse the repository at this point in the history
  • Loading branch information
H34D committed Sep 1, 2022
1 parent 2818362 commit 7f06e41
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -49,7 +49,8 @@
"printWidth": 80,
"semi": true,
"singleQuote": true,
"trailingComma": "es5"
"trailingComma": "es5",
"endOfLine": "auto"
},
"author": "matintosh",
"module": "dist/masa-tools.esm.js",
Expand Down

0 comments on commit 7f06e41

Please sign in to comment.