Skip to content

Commit

Permalink
fix(formatters): enable endOfLine: auto by default
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Dec 7, 2023
1 parent 9b96137 commit ae3f6b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/configs/formatters.ts
Expand Up @@ -34,6 +34,7 @@ export async function formatters(

const prettierOptions: VendoredPrettierOptions = Object.assign(
{
endOfLine: 'auto',
semi,
singleQuote: quotes === 'single',
tabWidth: typeof indent === 'number' ? indent : 2,
Expand Down

0 comments on commit ae3f6b6

Please sign in to comment.