An open API service indexing awesome lists of open source software.

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

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).