1. 首页
  2. 编程语言
  3. Javascript
  4. google代码风格

google代码风格

上传者: 2020-07-27 02:33:09上传 ZIP文件 2.25MB 热度 22次
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 “
下载地址
用户评论
码姐姐匿名网友 2020-07-27 02:33:09

下载下来,放到目录下,不好用。不如直接使用“set-c-style”.或者加入.emacs下面这句话(add-hook'c-mode-hook'(lambda()(c-set-style"linux")))