Skip to content

Commit

Permalink
Be explicit about end of line character in prettier config.
Browse files Browse the repository at this point in the history
  • Loading branch information
rictic committed Feb 4, 2024
1 parent 779502b commit 617b9ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@
"arrowParens": "always",
"bracketSameLine": true,
"singleAttributePerLine": false,
"htmlWhitespaceSensitivity": "strict"
"htmlWhitespaceSensitivity": "strict",
"endOfLine": "lf"
}
}

0 comments on commit 617b9ba

Please sign in to comment.