mirror of
https://github.com/neovim/neovim.git
synced 2025-12-16 19:35:37 +00:00
CONTRIBUTING.md: mention coding style
This commit is contained in:
@@ -40,7 +40,7 @@ someone else doesn't duplicate the work.
|
|||||||
|
|
||||||
### Coding style
|
### 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 abuse the pre-processor.
|
||||||
- Don't mix platform-specific stuff into the main code.
|
- Don't mix platform-specific stuff into the main code.
|
||||||
- TODO: commit messages?
|
- TODO: commit messages?
|
||||||
|
|||||||
Reference in New Issue
Block a user