styleguide
styleguide copied to clipboard
Style guides for Google-originated open-source projects
The javaguide says that static imports have to be the first one. http://google.github.io/styleguide/javaguide.html#s3.3.3-import-ordering-and-spacing
Newer IDEA releases - in my case IDEA 15 EAP - store the indent options in the code style settings.
I want to ignore file header formatting on Java, because I add file header using build tool like the [formatter-maven-plugin](https://github.com/revelc/formatter-maven-plugin). (= I want to keep original format) I read the...
In Emacs, `M-x fill-paragraph` is a useful command to format comments in C++ code, the Emacs default value is 70, but the recommended style for C++ is 80. Let's use...
``` What steps will reproduce the problem? The function definition is at http://google-styleguide.googlecode.com/svn/trunk/google-r-style.html What is the expected output? What do you see instead? As stated earlier in the style guide,...
Fix typos in documentation, comments, etc. Via [codespell](https://github.com/codespell-project/codespell/).
The Swift style guide is hosted at https://google.github.io/swift/. I think it should be moved into this repository.
If you will increase the size of the photo which is at the last in contributing section it will look better { in this https://google.github.io/styleguide/ } if you can edit...
https://github.com/google/styleguide/blob/8c4da230fc15e01e0ba3545c8a6ff55bc3da4649/shellguide.md?plain=1#L16 https://github.com/google/styleguide/blob/8c4da230fc15e01e0ba3545c8a6ff55bc3da4649/shellguide.md?plain=1#L1354