google代码风格
Google Style Guides Every major open-source project has its own style guide: a set of conventions (sometimes arbitrary) about how to write code for that project. It is much easier to understand a large codebase when all the code in it is in a consistent style. “Style” covers a lot of ground, from “
下载地址
用户评论
下载下来,放到目录下,不好用。不如直接使用“set-c-style”.或者加入.emacs下面这句话(add-hook'c-mode-hook'(lambda()(c-set-style"linux")))