Skip to content

Commit

Permalink
add end of line config to auto in prettier config file
Browse files Browse the repository at this point in the history
  • Loading branch information
konolak committed Jan 8, 2025
1 parent b0d444e commit ff7be43
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .prettierrc.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"singleQuote": true,
"trailingComma" : "es5"
"trailingComma" : "es5",
"end-of-line" : "auto"
}

0 comments on commit ff7be43

Please sign in to comment.