Skip to content
New issue

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

Disable for a language #51

Closed
Glavin001 opened this issue Jun 19, 2018 · 6 comments
Closed

Disable for a language #51

Glavin001 opened this issue Jun 19, 2018 · 6 comments

Comments

@Glavin001
Copy link
Member

Glavin001 commented Jun 19, 2018

I want to enable Unibeautify except for Markdown language files.

I expected the following to work.

Configuration file .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:

{
    "[markdown]": {
        "unibeautify.enable": false,
    }
}

See microsoft/vscode#26707

@Glavin001
Copy link
Member Author

For README:
image

@Glavin001
Copy link
Member Author

image

@Glavin001

This comment has been minimized.

@Glavin001

This comment has been minimized.

@Glavin001
Copy link
Member Author

image

@Glavin001
Copy link
Member Author

image

Glavin001 added a commit that referenced this issue Jun 20, 2018
Close #23 and #51. Support enable/disable, improve docs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant