Skip to content

Commit 5af383e

Browse files
committed
Prevent prettier new line changes
1 parent 1b686fb commit 5af383e

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
@@ -4,4 +4,5 @@ module.exports = {
44
singleQuote: true,
55
printWidth: 100,
66
tabWidth: 2,
7+
endOfLine: 'auto',
78
};

0 commit comments

Comments
 (0)