@pengzhanbo/prettier-config 1.3.4 → 1.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -25,7 +25,7 @@ __export(src_exports, {
25
25
  module.exports = __toCommonJS(src_exports);
26
26
  var src_default = {
27
27
  // Maximum line length
28
- printWidth: 80,
28
+ printWidth: 120,
29
29
  // Specify the number of spaces per indentation-level
30
30
  tabWidth: 2,
31
31
  // Indent lines with tabs instead of spaces
package/dist/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  // src/index.ts
2
2
  var src_default = {
3
3
  // Maximum line length
4
- printWidth: 80,
4
+ printWidth: 120,
5
5
  // Specify the number of spaces per indentation-level
6
6
  tabWidth: 2,
7
7
  // Indent lines with tabs instead of spaces
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pengzhanbo/prettier-config",
3
3
  "type": "module",
4
- "version": "1.3.4",
4
+ "version": "1.5.0",
5
5
  "author": "pengzhanbo <q942450674@outlook.com> (https://github/pengzhanbo/)",
6
6
  "license": "MIT",
7
7
  "homepage": "https://github.com/pengzhanbo/configs#readme",