Skip to content

Commit

Permalink
chore(format): add endOfLine rule to prettier configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
borjapazr committed Jul 21, 2023
1 parent 6e8f7c8 commit 10a2930
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .prettierrc.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports = {
endOfLine: 'lf',
printWidth: 120,
tabWidth: 2,
singleQuote: true,
Expand Down

0 comments on commit 10a2930

Please sign in to comment.