Skip to content

Commit b22072b

Browse files
Use new option for docs code formatting
1 parent e577866 commit b22072b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

apps/idl-docs-parser/src/helpers/code-formatter.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ async function ParseAndFormatCode(code: string) {
8686
},
8787
autoFix: true,
8888
autoDoc: false,
89+
trailingSpace: false,
8990
});
9091

9192
// remove extra end if we have it

0 commit comments

Comments
 (0)