Skip to content

Commit 8da6754

Browse files
committed
chore: increase beautify line split to 120 used by default editor ruler
1 parent 4885e37 commit 8da6754

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • src/extensions/default/Phoenix-prettier

src/extensions/default/Phoenix-prettier/main.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ define(function (require, exports, module) {
5757

5858
const prefs = PreferencesManager.getExtensionPrefs("beautify");
5959
prefs.definePreference("options", "object", {
60-
printWidth: 80,
60+
printWidth: 120,
6161
semi: true,
6262
trailingComma: "none",
6363
singleQuote: false,
@@ -71,7 +71,7 @@ define(function (require, exports, module) {
7171
printWidth: {
7272
type: "number",
7373
description: Strings.BEAUTIFY_OPTION_PRINT_WIDTH,
74-
initial: 80
74+
initial: 120
7575
},
7676
semi: {
7777
type: "boolean",

0 commit comments

Comments
 (0)