Access Google Style Guides for various languages
gh-pagesThis repository provides links to the official Google style guidelines used for various programming languages and document formats. These guides are intended for developers working on projects that originated at Google to ensure consistency in code style (e.g., naming conventions, variable usage, and error handling).
Available Style Guides:
- Web/Frontend: AngularJS, HTML/CSS, JavaScript, TypeScript
- Systems/General Purpose: C++, C#, Go, Java, Objective-C, Python, R, Shell, Swift
- Data/Markup: JSON, Markdown, XML
- Other: Common Lisp, Vim script
External Guides: Some guides are hosted outside this repository:
- Effective Dart
- Kotlin Style Guide