Skip to content

Commit

Permalink
style(prettier): enforce CRLF line endings
Browse files Browse the repository at this point in the history
Add "endOfLine": "crlf" to the Prettier configuration to enforce Windows-style line endings across the codebase.
  • Loading branch information
kgnfth committed Apr 1, 2024
1 parent 7561754 commit 17e9757
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
"semi": false,
"arrowParens": "always",
"bracketSpacing": true,
"singleQuote": true
"singleQuote": true,
"endOfLine": "crlf"
}

0 comments on commit 17e9757

Please sign in to comment.