1
0
Files
hudi/docs/dev_setup.md
2017-11-12 23:19:02 -08:00

15 lines
523 B
Markdown

---
title: Developer Setup
keywords: developer setup
sidebar: mydoc_sidebar
permalink: dev_setup.html
---
### 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.