-
Notifications
You must be signed in to change notification settings - Fork 98
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
Setup rustfmt #80
Comments
Closed
iliekturtles
added a commit
that referenced
this issue
May 29, 2018
Included .rustfmt.toml allows `cargo fmt` to be run on `uom`. Additionally the Travis CI build includes an additional job to validate that any changes do not break formatting conventions. Resolves #80.
iliekturtles
added a commit
that referenced
this issue
May 29, 2018
Included .rustfmt.toml allows `cargo fmt` to be run on `uom`. Additionally the Travis CI build includes an additional job to validate that any changes do not break formatting conventions. Resolves #80.
iliekturtles
added a commit
that referenced
this issue
May 29, 2018
Included .rustfmt.toml allows `cargo fmt` to be run on `uom`. Additionally the Travis CI build includes an additional job to validate that any changes do not break formatting conventions. Resolves #80.
iliekturtles
added a commit
that referenced
this issue
May 29, 2018
Included .rustfmt.toml allows `cargo fmt` to be run on `uom`. `rustfmt` 0.4.2-stable or newer is required (distributed with `rustc` 1.26.1). Additionally the Travis CI build includes an additional job to validate that any changes do not break formatting conventions. Resolves #80.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently
uom
tries to use mostrustfmt
styles options but doesn't actually userustfmt
becauserustfmt
overrides a couple manual formatting choices and there is no way to skip these currently (the#[cfg(...)]compile_error!(...);
lines insrc/lib.rs
mostly).rustfmt_skip
doesn't seem to work.file-lines
doesn't have a negative option to only exclude certain lines.The text was updated successfully, but these errors were encountered: