Rightpoint / android-template

A `cookiecutter` template for Android projects
28 stars 4 forks source link

IntelliJ formatting #57

Closed jonduran3000 closed 5 years ago

jonduran3000 commented 5 years ago

Post generation script updates to add code styling for IntelliJ projects.

This will allow projects to be formatted via IntelliJ's version control tools (Reformat code, Rearrange code, etc.).

Included brew install support for Linux to be able to test on CI.

Resolves #51