From 8cb10e8641fcba9547e02d7f8358ce6642477f1c Mon Sep 17 00:00:00 2001 From: Ashley Hewson Date: Sat, 1 Mar 2014 16:18:54 +0000 Subject: CONTRIBUTING.md: mention coding style --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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? -- cgit