Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 880 Bytes

code-style.md

File metadata and controls

12 lines (8 loc) · 880 Bytes

Flowing Code Style Guide / 1.0.2

Java

Apply the Google Java Style Guide

  • Eclipse: download the eclipse-java-google-style formatter. Remove the preset sorting order of import statements as shown below.
  • IntelliJ: install the google-java-format plugin. For further configuration and installations instructions refer to this documentation.
  • VSCode: use Google's Eclipse formatter as explained here.
  • Maven: execute mvn com.spotify.fmt:fmt-maven-plugin:format

image