We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I want to enable Unibeautify except for Markdown language files.
Markdown
I expected the following to work.
Configuration file .unibeautifyrc.yml:
.unibeautifyrc.yml
Markdown: false
However, this did not and instead it beautified with the default options for Markdown.
Alternatively, this should also be acceptable in VSCode's Workspace Settings:
Workspace Settings
{ "[markdown]": { "unibeautify.enable": false, } }
See microsoft/vscode#26707
The text was updated successfully, but these errors were encountered:
For README:
Sorry, something went wrong.
c286612
Merge pull request #52 from Unibeautify/feature/51
15ec760
Close #23 and #51. Support enable/disable, improve docs
Glavin001
No branches or pull requests
I want to enable Unibeautify except for
Markdown
language files.I expected the following to work.
Configuration file
.unibeautifyrc.yml
:However, this did not and instead it beautified with the default options for Markdown.
Alternatively, this should also be acceptable in VSCode's
Workspace Settings
:See microsoft/vscode#26707
The text was updated successfully, but these errors were encountered: