summaryrefslogtreecommitdiff
path: root/.clang-format
Commit message (Collapse)AuthorAgeFilesLines
* * .clang-format: Fix base style.Philipp Stephani2021-01-231-1/+1
|
* * .clang-format (ColumnLimit): Fix line length.Philipp Stephani2020-12-231-1/+1
|
* Add configuration for clang-format.Philipp Stephani2017-09-241-0/+27
This allows developers to auto-format the C code with clang-format. It’s not 100% accurate, but works pretty well for most of the C code.