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

feat: common code formatting rules with rustfmt #29

Merged
merged 3 commits into from Mar 26, 2019
Merged

Commits on Mar 24, 2019

  1. feat(code): custom formatting configuration with rustfmt.toml

    - annotate Patch trait implementations as to-be-skipped during formatting
    Mike Lubinets committed Mar 24, 2019
    Configuration menu
    Copy the full SHA
    c019b9b View commit details
    Browse the repository at this point in the history
  2. feat(ci): check formatting in travis CI for stable builds

     - enable cargo caching for travis builds
     - install rustfmt for stable
    Mike Lubinets committed Mar 24, 2019
    Configuration menu
    Copy the full SHA
    57992c8 View commit details
    Browse the repository at this point in the history
  3. feat(doc): FORMATTING.md doc describing the recommended usage of `rus…

    …tfmt` in this repo
    Mike Lubinets committed Mar 24, 2019
    Configuration menu
    Copy the full SHA
    22fa140 View commit details
    Browse the repository at this point in the history