aboutsummaryrefslogtreecommitdiff
path: root/src/.clang-format
Commit message (Collapse)AuthorAge
* clang-format configurationJustin M. Keyes2016-03-02
| | | | | Recommend by oni-link at: https://github.com/neovim/neovim/pull/487#issuecomment-39935391
* tools: add .clang-formatFelipe Morales2015-01-26
Configuration for clang-format and related utilities. Examples: clang-format -style=file <file> git clang-format -style=file <commit> git diff -U0 HEAD^ | clang-format-diff.py -i -p1 -style=file