ContainerSolutions / minimesos

The experimentation and testing tool for Apache Mesos - NO LONGER MAINTANED!
https://www.minimesos.org
Apache License 2.0
427 stars 61 forks source link

Applied IntelliJ's automatic code formatting #404

Closed remmelt closed 8 years ago

remmelt commented 8 years ago

As long as we have the same settings in our IDE, we will no longer have merge conflicts in imports or unnecessary code changes due to spaces/tabs/etc.

https://github.com/ContainerSolutions/minimesos/wiki/IDE-Settings

sashkachan commented 8 years ago

Looks good. We need to add coding style settings in the wiki and .editorconfig https://www.jetbrains.com/help/idea/2016.1/configuring-code-style.html?origin=old_help#editorconfig

remmelt commented 8 years ago

.editorconfig looks nice! Too bad they don't support the "Number of imports required for '*'" setting, and seemingly never will...

remmelt commented 8 years ago

Added .editorconfig!

sadovnikov commented 8 years ago

Approved

Approved with PullApprove