https://github.com/bakdata/bakdata-code-styles
The default code styles + tools to setup for the major IDEs
https://github.com/bakdata/bakdata-code-styles
Last synced: 12 months ago
JSON representation
The default code styles + tools to setup for the major IDEs
- Host: GitHub
- URL: https://github.com/bakdata/bakdata-code-styles
- Owner: bakdata
- Created: 2019-02-05T16:13:16.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-10-13T20:47:17.000Z (over 2 years ago)
- Last Synced: 2025-04-10T23:48:09.559Z (12 months ago)
- Language: Shell
- Size: 40 KB
- Stars: 2
- Watchers: 5
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Java Code Styles
================
IntelliJ IDEA code style settings for Bakdata's OSS projects.
How to Use It
-------------
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:
```sh
bash -c "$(curl -sL https://raw.githubusercontent.com/bakdata/bakdata-code-styles/master/install.sh)"
```
(currently only intellij)
(Windows support pending)
Java style guide
----------------
Based on https://google.github.io/styleguide/javaguide.html with the following changes:
- 4 space indent
- 120 line width
Python style guide
------------------
Base on PEP8 with the following changes:
*none*
Acknowledgements
----------------
This project uses install scripts of https://github.com/square/java-code-styles