Update docs on code style setup
This commit is contained in:
committed by
vinoth chandar
parent
abe964bebd
commit
5a62480a92
@@ -11,7 +11,6 @@ permalink: code_structure.html
|
||||
* hoodie-common : Common code shared between different artifacts of Hoodie
|
||||
|
||||
|
||||
We have embraced the [Google Java code style](https://google.github.io/styleguide/javaguide.html). Please setup your IDE accordingly with style files from [here] (https://github.com/google/styleguide)
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -5,6 +5,10 @@ sidebar: mydoc_sidebar
|
||||
permalink: dev_setup.html
|
||||
---
|
||||
|
||||
Work In Progress
|
||||
### Code Style
|
||||
|
||||
We have embraced the [Google Java code style](https://google.github.io/styleguide/javaguide.html). Please setup your IDE accordingly with style files from [here](https://github.com/google/styleguide/blob/gh-pages/intellij-java-google-style.xml)
|
||||
Also recommend setting up the [Save Action Plugin](https://plugins.jetbrains.com/plugin/7642-save-actions) to auto format & organize imports on save.
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user