From 2243fbbcfeb78bd27b18f2ab0e24ce7b3b3b46f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johann=20Kl=C3=A4hn?= Date: Mon, 14 Apr 2014 23:18:39 +0200 Subject: [PATCH] Add clang-format https://github.com/kljohann/clang-format.el --- recipes/clang-format | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 recipes/clang-format diff --git a/recipes/clang-format b/recipes/clang-format new file mode 100644 index 00000000..8fe6c234 --- /dev/null +++ b/recipes/clang-format @@ -0,0 +1,3 @@ +(clang-format + :repo "kljohann/clang-format.el" + :fetcher github)