Skip to content

Commit 6cd58fa

Browse files
xfalcoxkddnewton
andauthored
Update src/extension.ts
Co-authored-by: Kevin Newton
1 parent 93a16c8 commit 6cd58fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extension.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ export async function activate(context: ExtensionContext) {
8888
}
8989

9090
// Configure print width.
91-
args.push(`--print-width=${config.get<number>("maximumLineWidth")}`)
91+
args.push(`--print-width=${config.get<number>("printWidth")}`)
9292

9393
// There's a bit of complexity here. Basically, if there's an open folder,
9494
// then we're going to check if the syntax_tree gem is inside the bundle. If

0 commit comments

Comments
 (0)