el-get/recipes/google-c-style.rcp

8 lines
381 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 (lambda()
(add-hook 'c-mode-common-hook 'google-set-c-style)
(add-hook 'c-mode-common-hook 'google-make-newline-indent)))