clang-format recipe

This commit is contained in:
David Holm 2014-05-23 17:36:26 +02:00
parent deb502270f
commit 1781ffae88

8
recipes/clang-format.rcp Normal file
View File

@ -0,0 +1,8 @@
(:name clang-format
:description "Clang-format emacs integration for use with C/Objective-C/C++."
:type http
:url "https://llvm.org/svn/llvm-project/cfe/trunk/tools/clang-format/clang-format.el"
:depends (json)
:prepare (progn
(autoload 'clang-format-region "clang-format" nil t)
(autoload 'clang-format-buffer "clang-format" nil t)))