https://github.com/wpilibsuite/styleguide
Style guides for wpilibsuite projects
https://github.com/wpilibsuite/styleguide
python styleguide
Last synced: about 1 month ago
JSON representation
Style guides for wpilibsuite projects
- Host: GitHub
- URL: https://github.com/wpilibsuite/styleguide
- Owner: wpilibsuite
- License: other
- Created: 2016-08-19T06:32:33.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2025-04-11T04:28:51.000Z (about 1 month ago)
- Last Synced: 2025-04-13T08:26:04.743Z (about 1 month ago)
- Topics: python, styleguide
- Language: Python
- Size: 836 KB
- Stars: 7
- Watchers: 5
- Forks: 17
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: license.txt
Awesome Lists containing this project
README
# WPILib Style Guide
This repository contains our style guides for C++ and Java code, various IDE support files, and formatting scripts.
- [Description](#description)
- [Setup](#setup)
- [Contributing to Style Guide](#contributing-to-style-guide)## Description
Anything submitted to a wpilibsuite project needs to follow the code style guides outlined here. For details about the style, please see the contributors document [here](CONTRIBUTING.md#coding-guidelines).
Style configuration files for IDEs are in the [ide](ide) folder. The style guides for C++ and Java are named `cppguide` and `javaguide` respectively.
## Setup
See the `wpiformat` Python package [README](wpiformat/README.md).
## Contributing to Style Guide
See [CONTRIBUTING.md](CONTRIBUTING.md).