Skip to content

Commit

Permalink
feat: set prettier line separator CRLF
Browse files Browse the repository at this point in the history
  • Loading branch information
w8385 committed May 2, 2024
1 parent 22a5cd3 commit 5d2e331
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"singleQuote": true,
"plugins": ["@typespec/prettier-plugin-typespec"]
"plugins": [
"@typespec/prettier-plugin-typespec"
],
"endOfLine": "crlf"
}

0 comments on commit 5d2e331

Please sign in to comment.