You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,8 @@ cpplint.py by Google for Emacs with flymake-mode.
5
5
6
6
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.
7
7
8
+
I recommend that the package [google-c-style](http://melpa.milkbox.net/#/google-c-style) also installed with.
9
+
8
10
To use [cpplint.py](http://google-styleguide.googlecode.com/svn/trunk/cpplint/cpplint.py) with Emacs, you will need `cpplint.py` installed.
Copy file name to clipboardExpand all lines: flymake-google-cpplint.el
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -29,8 +29,9 @@
29
29
30
30
;;; Commentary:
31
31
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.
0 commit comments