aboutsummaryrefslogtreecommitdiffhomepage
path: root/.clang-format
Commit message (Collapse)AuthorAge
* config clang-format to ignore oclint pragmasGravatar Kurtis Rader2016-05-04
|
* support making fish code match the style guideGravatar Kurtis Rader2016-04-04
This changes implements two new make targets: `style` and `style-all`. These make it easy to ensure that a change conforms to the project style guides for C++ and fish code. Fixes #571