el-get/recipes/google-c-style.rcp
2012-02-27 11:52:22 +01:00

8 lines
378 B
Plaintext

(:name google-c-style :type http
:description "Google's C/C++ style for c-mode"
:url "http://google-styleguide.googlecode.com/svn/trunk/google-c-style.el"
:features google-c-style
:post-init (progn
(add-hook 'c-mode-common-hook 'google-set-c-style)
(add-hook 'c-mode-common-hook 'google-make-newline-indent)))