Vinatorul / minesweeper-rs

Simple minesweeper in Rust
MIT License
76 stars 9 forks source link

style(all): rustfmt in root, perhaps use a config to tweak settings #47

Closed waynenilsen closed 8 years ago

waynenilsen commented 8 years ago

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.

Vinatorul commented 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.

Vinatorul commented 8 years ago

Great, thank you!