Coding Style Guide ================== Our project follows `Google Style Guides `_. Depending on your programming language, please refer to the link below. * `Java Style Guide `_ * `Python Style Guide `_ Our `checkstyle configuration file `_ is included in the repository. Please install the checkstyle plugin in your IDE such as IntelliJ, and format the source code by adding this configuration file.