home-climate-control/dz

Enforce uniform coding style

Closed this issue · 2 comments

Expected Behavior

Version controlled submissions follow the same coding style regardless of tools used.

Actual Behavior

No coding style is enforced.

Corrective Action

Candidates:

Spotless doesn't currently work with EditorConfig for Java files; it would be unreasonable to keep two authoritative sources for the code.

Suspended for a little bit, until this is fixed or a workaround is found: ec4j/editorconfig-gradle-plugin#28