Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 326 Bytes

CONTRIBUTING.md

File metadata and controls

9 lines (6 loc) · 326 Bytes

Contributing

Contributions are welcome! Please follow the code style.

Code Style

  • Generally indentation is 4 spaces, no max column width, LF line endings.
  • Make sure to add a copyright header to new files.
  • There are clang-tidy and ClangFormat configurations in the repository to assist with code style enforcement.