saalfeldlab / paintera

GNU General Public License v2.0
99 stars 17 forks source link

Code style #314

Open hanslovsky opened 5 years ago

hanslovsky commented 5 years ago

Now that more people are contributing, we should agree on a code style. We could use the N5 Eclipse style. As far as I know, IntelliJ should be able to load and understand Eclipse styles. For Kotlin files, I suggest we use the Kotli ncoding conventions

Eclipse (with a plugin) and IntelliJ understand editorconfig but I do not know how powerful editorconfig is. It might be worth looking at for a IDE-agnostic specification.

hanslovsky commented 5 years ago

Once we agree on a style we should wait until major pull requests are merged before reformatting.