Explorar el Código

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

Paul Razvan Berg hace 2 años
padre
commit
a6ae98e3a1
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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"