From e459d40228eca42bc2bc84ae72f9dfaf7472cc6f Mon Sep 17 00:00:00 2001 From: "Pawel \"l0ner\" Soltys" Date: Mon, 19 Jan 2015 18:01:53 +0100 Subject: [PATCH] note about vim modelines and lower-case in CMake files --- CONTRIBUTING | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING b/CONTRIBUTING index e337702..86b8ed0 100644 --- a/CONTRIBUTING +++ b/CONTRIBUTING @@ -46,6 +46,8 @@ You'll need to follow the subsequent rules in order to get your code merged: * Use 2 space indentation (no tabs) * Use spaces around operators, except for unary operators, such as `!`. * Add LICENSE header in new files you create. +* Put vim modeline as the first line of file header +* Use the lower-case for CMake commands .. _`submit a pull request`: https://github.com/thewtex/tmux-mem-cpu-load/compare/ .. _Allman: http://en.wikipedia.org/wiki/Indent_style#Allman_style