Parcourir la source

refactor: set "proseWrap" to "always" in Prettier config

Paul Razvan Berg il y a 2 ans
Parent
commit
a6ae98e3a1
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      .prettierrc.yml

+ 1 - 0
.prettierrc.yml

@@ -1,6 +1,7 @@
 bracketSpacing: true
 endOfLine: "auto"
 printWidth: 120
+proseWrap: "always"
 singleQuote: false
 tabWidth: 2
 trailingComma: "all"