Skip to content

Commit

Permalink
fix: update .prettierrc (#9)
Browse files Browse the repository at this point in the history
As per forem/forem#1492 the dev.to renderer interprets line breaks in markdown as actual linebreaks.

Removing this formatting flag stops articles looking weird because of odd linebreak behaviour.

Co-authored-by: evil-liskov <69952973+evil-liskov@users.noreply.github.com>
  • Loading branch information
2 people authored and gabbersepp committed May 1, 2024
1 parent cd6428d commit 57e55d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .prettierrc
Expand Up @@ -7,6 +7,6 @@
"trailingComma": "all",
"bracketSpacing": true,
"arrowParens": "avoid",
"proseWrap": "preserve",
"proseWrap": "never",
"htmlWhitespaceSensitivity": "ignore"
}

0 comments on commit 57e55d1

Please sign in to comment.