Closed waynenilsen closed 8 years ago
Yeah, this was a weekend project, and it was started before cargo ftm
appeared, so I have never tried to run it. Thank you for doing this and I really appreciate any contribution!
I don't see any config file in this PR so this is default configuration?
I will merge #46 first, so this PR should start passing the build after rebase.
Great, thank you!
I was starting to write some code in this project and ran rustfmt on the project to stay with project style settings but realized it had not been done before. This is just a run of
cargo fmt
from the root of the project on current master. If you are against this kind of thing then feel free to close this PR. If you like this kind of thing you may want to consider adding it to travis as in this.