Replies: 1 comment 3 replies
-
|
Having different default inclusions between If |
Beta Was this translation helpful? Give feedback.
3 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Markdown files are very handy so we can edit docs instantly via Github editor in seconds, without need to clone the repo and do editing stuff on local machine.
but current
deno fmt --checkbehavior is too strict on markdown files. often I should do editing steps on my local machine to make sure there's no format mistakes. It's very time consuming.dprint-ignore-fileis not a solution, because we need have this behavior as default behavior to affect the community.What do you think? my preferred solution is to just ignore .md files in
deno fmt --checkBeta Was this translation helpful? Give feedback.
All reactions