https://github.com/ottemo/styleguide
https://github.com/ottemo/styleguide
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ottemo/styleguide
- Owner: ottemo
- Created: 2016-02-24T16:04:34.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-25T17:58:54.000Z (almost 10 years ago)
- Last Synced: 2025-06-15T04:44:32.201Z (12 months ago)
- Size: 19.5 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Ottemo Coding Style Guides
As you work on files try to leave them in state closer to our style guides than when you found them.
## Style Guides
1. [Git Commit Messages](/style/git.md)
1. [JavaScript & AngularJS](/style/javascript-angularjs.md)
1. [HTML](/style/html.md)
## Style Enforcement
1. [JSHint](/style/.jshintrc)
1. [JSBeautify](/style/.jsbeautifyrc)
1. [Editor Config](/style/.editorconfig)
1. [Git Attributes](/style/.gitattributes)