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

8 lines
378 B
Plaintext
Raw Normal View History

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