b0n541 / jskat

JSkat is a free software implementation of the game Skat in Java.

Home Page:https://www.jskat.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add an editor config with basic formatting rules

mlrdev opened this issue · comments

Even though it is limited, this will provide very equal formatting regardless of the used IDE within this project at literally no cost. See: http://editorconfig.org/#overview

There's no need to import (project-specific) settings as long as the IDE supports (e.g. via plugin) editor configs, which is very likely for every common IDE nowadays.

+1 from my side. We could do it. I would like to use a common code style / formatting rules. Either the original Java code style or the one from Google.

Maybe this was way too enthusiastic, since the editorconfig does not support as much as I thought.
May you could close this question/ticket.

Ok, let's use the standard Eclipse formatter then.