Skip to content
This repository has been archived by the owner on Jan 11, 2020. It is now read-only.

Latest commit

 

History

History
17 lines (10 loc) · 430 Bytes

Contributing.md

File metadata and controls

17 lines (10 loc) · 430 Bytes

Style Guide

General Guidelines

Git

Use good git commit messages. Please squash/rebase liberally.

C formatting

Way Cooler formats its C code using clang-format. This format is mostly the same format as wlroots, though there are some differences. Whatever clang-format corrects to is the correct style.

Imports are grouped as described by the Google import style guide.