浏览代码

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

Paul Razvan Berg 2 年之前
父节点
当前提交
a6ae98e3a1
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      .prettierrc.yml

+ 1 - 0
.prettierrc.yml

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