Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.17 KB

README.md

File metadata and controls

32 lines (22 loc) · 1.17 KB

Build Status

cstyle

Introduction

cstyle is used to flexibly and parametrically check for C and C++ code formatting style compliance.

Philosophically, this assumes it is working on compilable code. Consequently, this does not endeavor to be nor is it a grammatically-correct source code parser.

Where possible, effort is expended to make the syntax, option invocation, and output familiar to users of compilers and other linting and formatting tools for ease of use and efficient system integration.

Versioning

cstyle follows the Semantic Versioning guidelines for release cycle transparency and to maintain backwards compatibility.

License

cstyle is released under the Apache License, Version 2.0 license. See the LICENSE file for more information.