Skip to content

Commit

Permalink
Fix: resolve CRLF and LF issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kunalkumavat committed Aug 14, 2024
1 parent f6cc5fa commit d26fbf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"quoteProps": "as-needed",
"jsxSingleQuote": false,
"arrowParens": "always",
"endOfLine": "lf"
"endOfLine": "auto"
}

0 comments on commit d26fbf1

Please sign in to comment.