Skip to content

Commit adaa179

Browse files
committed
Change Prettier config to convert line endings to LF
1 parent e09ec6f commit adaa179

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.prettierrc.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
22
"semi": false,
3-
"singleQuote": true,
4-
"endOfLine": "auto"
3+
"singleQuote": true
54
}

0 commit comments

Comments
 (0)