Skip to content

Commit 10a2930

Browse files
committed
chore(format): add endOfLine rule to prettier configuration
1 parent 6e8f7c8 commit 10a2930

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.prettierrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
module.exports = {
2+
endOfLine: 'lf',
23
printWidth: 120,
34
tabWidth: 2,
45
singleQuote: true,

0 commit comments

Comments
 (0)