We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 083949a commit c528050Copy full SHA for c528050
packages/@proto-graphql/codegen-core/src/printer/print.ts
@@ -11,7 +11,7 @@ export function printCodes(codes: Code[], programName: string, file: ProtoFile):
11
`,
12
dprintOptions: {
13
lineWidth: 80,
14
- indentWidth: 4,
+ indentWidth: 2,
15
useTabs: false,
16
semiColons: "always",
17
quoteStyle: "alwaysDouble",
0 commit comments