Skip to content

Commit

Permalink
Merge pull request BVLC#5866 from cijianzy/update_link_to_google_styl…
Browse files Browse the repository at this point in the history
…e_guide

Update link to google style guide.
  • Loading branch information
Noiredd authored Nov 2, 2017
2 parents b4ffad8 + 1f1326d commit 3a0afbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,5 +116,5 @@ To get a list of all options `googletest` provides, simply pass the `--help` fla

- **Run `make lint` to check C++ code.**
- Wrap lines at 80 chars.
- Follow [Google C++ style](http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml) and [Google python style](http://google-styleguide.googlecode.com/svn/trunk/pyguide.html) + [PEP 8](http://legacy.python.org/dev/peps/pep-0008/).
- Follow [Google C++ style](https://google.github.io/styleguide/cppguide.html) and [Google python style](https://google.github.io/styleguide/pyguide.html) + [PEP 8](http://legacy.python.org/dev/peps/pep-0008/).
- Remember that “a foolish consistency is the hobgoblin of little minds,” so use your best judgement to write the clearest code for your particular case.

0 comments on commit 3a0afbf

Please sign in to comment.