aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAshley Hewson <ashleyh@users.noreply.github.com>2014-03-01 16:18:54 +0000
committerAshley Hewson <ashleyh@users.noreply.github.com>2014-03-01 16:18:54 +0000
commit8cb10e8641fcba9547e02d7f8358ce6642477f1c (patch)
tree8cc0c6b5d20c3bf1ef5a1a9be3d8b94cf40dcb75
parente18c075b703f85a6b30866851a02b682debf041e (diff)
downloadrneovim-8cb10e8641fcba9547e02d7f8358ce6642477f1c.tar.gz
rneovim-8cb10e8641fcba9547e02d7f8358ce6642477f1c.tar.bz2
rneovim-8cb10e8641fcba9547e02d7f8358ce6642477f1c.zip
CONTRIBUTING.md: mention coding style
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index e0202e5401..94e120aca2 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -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?