Skip to content

Commit

Permalink
Merge pull request #1237 from dank074/patch/fix-prettier-eol
Browse files Browse the repository at this point in the history
  • Loading branch information
MaddyUnderStars authored Nov 20, 2024
2 parents 43b342a + 7e4da0d commit dd52fbf
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
Expand Up @@ -7,5 +7,6 @@
"bracketSpacing": true,
"quoteProps": "as-needed",
"useTabs": true,
"singleQuote": false
"singleQuote": false,
"endOfLine": "auto"
}

0 comments on commit dd52fbf

Please sign in to comment.