summaryrefslogtreecommitdiff
path: root/.clang-format
Commit message (Collapse)AuthorAgeFilesLines
* clang-format: unset AlignTrailingComments.Murray Cumming2016-02-261-0/+1
| | | | | | | | Because it sometimes wrongly things that comments on two lines are related. This now wrongly unaligns some blocks of trailing comments, but I would rather just not have them.
* clang-format: Disable SortIncludes.Murray Cumming2016-02-261-0/+1
| | | | Because this can break builds.
* Added a format file for clang-format.Murray Cumming2016-02-261-0/+12
For automatic reformatting of the source code.