Closed frextrite closed 5 years ago
@ksdme Not sure if its the right time to do this, but now the IntelliJ configurations are exactly synced with Google Java guidelines. Reformating code will just be a shortcut away Ctrl+Alt+O
and Ctrl+Alt+L
, greatly reducing the refactor time.
Use Google Java Guidelines
intellij-java-google-style.xml
file contains pre-configured rules by Google for IntelliJ IDEsAdhering to proper coding standards should be done from the beginning but it wasn't done. Now might be the right time to do it (since the project is still in its early stages) before it becomes too late and refactoring files lead to destroying huge git history.