Replies: 1 comment
-
Formatting is done manually. I'm not a fan of auto-formatters. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm wondering what code formatters, if any, are used on the mkdocs-material codebase (JavaScript, CSS) so that my own changes can match the existing formatting.
I have seen that
npm run check:style:ts -- --fix
andnpm run check:style:scss -- --fix
do some amount of auto-formatting, but especially the typescript lint operation does not seem to be comprehensive (doesn't fix indentation or break lines).Beta Was this translation helpful? Give feedback.
All reactions