Skip to content

Commit c528050

Browse files
committed
fix formatting config
1 parent 083949a commit c528050

File tree

1 file changed

+1
-1
lines changed
  • packages/@proto-graphql/codegen-core/src/printer

1 file changed

+1
-1
lines changed

packages/@proto-graphql/codegen-core/src/printer/print.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export function printCodes(codes: Code[], programName: string, file: ProtoFile):
1111
`,
1212
dprintOptions: {
1313
lineWidth: 80,
14-
indentWidth: 4,
14+
indentWidth: 2,
1515
useTabs: false,
1616
semiColons: "always",
1717
quoteStyle: "alwaysDouble",

0 commit comments

Comments
 (0)