1
0

Update docs on code style setup

This commit is contained in:
Vinoth Chandar
2017-11-12 22:21:21 -08:00
committed by vinoth chandar
parent abe964bebd
commit 5a62480a92
2 changed files with 5 additions and 2 deletions

View File

@@ -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)

View File

@@ -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.