You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have configured dprint to use tabs to format my source code, but for markdown files I want to use spaces, because tabs have an ugly indent level on npmjs.com. I would expect that overriding the config for markdown files would work:
My problem is the exact opposite. I want tab indentation in markdown, but useTabs doesn't affect the markdown plugin at all. See this playground snippet.
Could there be / is there currently at least an option to disable indent fixing while tabs are not supported?
I have configured
dprint
to use tabs to format my source code, but formarkdown
files I want to use spaces, because tabs have an ugly indent level onnpmjs.com
. I would expect that overriding the config for markdown files would work:.dprint.json
But when running
dprint format
I get the following error:I can set
useTabs
tofalse
globally, but not just formarkdown
files.The text was updated successfully, but these errors were encountered: