Skip to content

Commit 5d36ff9

Browse files
author
senda-akiha
committed
recommend google-c-style
1 parent d75ed5e commit 5d36ff9

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ cpplint.py by Google for Emacs with flymake-mode.
55

66
If you're want to write code according to the [Google C++ Style Guide](http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml), this will help a great deal.
77

8+
I recommend that the package [google-c-style](http://melpa.milkbox.net/#/google-c-style) also installed with.
9+
810
To use [cpplint.py](http://google-styleguide.googlecode.com/svn/trunk/cpplint/cpplint.py) with Emacs, you will need `cpplint.py` installed.
911

1012
You should be able to run

flymake-google-cpplint.el

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,9 @@
2929

3030
;;; Commentary:
3131

32-
;; If you're want to write code according to the [Google C++ Style Guide](http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml),
33-
;; this will help a great deal.
32+
;; If you're want to write code according to the [Google C++ Style Guide](http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml), this will help a great deal.
33+
34+
;; I recommend that the package [google-c-style](http://melpa.milkbox.net/#/google-c-style) also installed with.
3435

3536
;; For more infomations, please check the GitHub
3637
;; https://github.com/senda-akiha/flymake-google-cpplint/

0 commit comments

Comments
 (0)