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

Add rustfmt.toml file that ignore every file #61

Merged
merged 1 commit into from
Jul 17, 2019

Conversation

Stargateur
Copy link
Contributor

This should prevent rustfmt to format any file, unfortunately the behavior of rustfmt is strange, this option is not stable (but should be soon ?), this make rustfmt pop a warning instead of an error and it format all anyway:

Warning: can't set ignore = IgnoreList { path_set: {"/"}, rustfmt_toml_path: "" }, unstable features are only available in nightly channel.

Anyway, until it's stable this at least pop a warning that should avoid #55 PR.

@Canop Canop merged commit 15ad560 into Canop:master Jul 17, 2019
@Stargateur Stargateur deleted the rustfmt branch July 17, 2019 19:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants