Skip to content

Commit ff8dff5

Browse files
authored
chore: endOfLine auto for crossplatform dev (#2737)
1 parent 111b4a5 commit ff8dff5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.prettierrc

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
"singleQuote": true,
55
"tabWidth": 2,
66
"printWidth": 120,
7-
"jsxBracketSameLine": true
7+
"jsxBracketSameLine": true,
8+
"endOfLine": "auto"
89
}

0 commit comments

Comments
 (0)