CONTRIBUTING.md: mention coding style

This commit is contained in:
Ashley Hewson
2014-03-01 16:18:54 +00:00
parent e18c075b70
commit 8cb10e8641

View File

@ -40,7 +40,7 @@ someone else doesn't duplicate the work.
### Coding style
- Try to match the existing indent style. (TODO: specify)
- Use the 'hybrid' style described [here](https://gist.github.com/davidzchen/9188090). Get a `.editorconfig` for it [here](https://gist.github.com/ashleyh/9292108)
- Don't abuse the pre-processor.
- Don't mix platform-specific stuff into the main code.
- TODO: commit messages?