diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2017-04-09 14:18:49 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2017-04-09 14:44:52 +0200 |
commit | 3fd10ff6f095eb57cb7c293f44e15c34bd09088e (patch) | |
tree | cc8deea118d7d31414b14a1c75bb7473ad2cbb25 /misc/hooks | |
parent | a1a0f021eacf4a1449d0e02778019e20a65690a8 (diff) |
Style: Apply clang-format (3.9.1) to Obj-C++ files
Diffstat (limited to 'misc/hooks')
-rwxr-xr-x | misc/hooks/pre-commit-clang-format | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/hooks/pre-commit-clang-format b/misc/hooks/pre-commit-clang-format index f7620fe2c5..88c43fc1f5 100755 --- a/misc/hooks/pre-commit-clang-format +++ b/misc/hooks/pre-commit-clang-format @@ -31,7 +31,7 @@ PARSE_EXTS=true # File types to parse. Only effective when PARSE_EXTS is true. # FILE_EXTS=".c .h .cpp .hpp" -FILE_EXTS=".c .h .cpp .hpp .cc .hh .cxx .m" +FILE_EXTS=".c .h .cpp .hpp .cc .hh .cxx .m .mm .inc" # Use pygmentize instead of cat to parse diff with highlighting. # Install it with `pip install pygments` (Linux) or `easy_install Pygments` (Mac) |