saalfeldlab / paintera

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

Editorconfig maven plugin #319

Closed hanslovsky closed 4 years ago

hanslovsky commented 5 years ago

Add maven plugin for editorconfig. In the future, run

mvn editorconfig:check 

in continuous integration.

hanslovsky commented 5 years ago
  1. Use whatever little configuration editorconfig offers and enforce it on every maven build
  2. Anything that cannot be defined through editorconfig will fall back to IntelliJ idea default settings.