Skip to content

Commit

Permalink
Formatting JSX single attribute per line
Browse files Browse the repository at this point in the history
  • Loading branch information
nix6839 committed Jan 29, 2024
1 parent e2075e7 commit 33dc9ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions prettier.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ const config = {
singleQuote: true,
trailingComma: 'all',
printWidth: 100,
singleAttributePerLine: true,
overrides: [
{
files: ['icons/*.json', 'categories/*.json'],
Expand Down

0 comments on commit 33dc9ba

Please sign in to comment.