IntelliJ IDEA code style settings for Bakdata's OSS projects.
This repository contains a script that will fetch all styles and installs them for all installed IDEs.
The easiest way to do this is with the following command in the directory of your project:
bash -c "$(curl -sL https://raw.githubusercontent.com/bakdata/bakdata-code-styles/master/install.sh)"
(currently only intellij) (Windows support pending)
Based on https://google.github.io/styleguide/javaguide.html with the following changes:
- 4 space indent
- 120 line width
Base on PEP8 with the following changes: none
This project uses install scripts of https://github.com/square/java-code-styles