note about vim modelines and lower-case in CMake files

This commit is contained in:
Pawel "l0ner" Soltys 2015-01-19 18:01:53 +01:00
parent ec6b1c6cc7
commit e459d40228

@ -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 2 space indentation (no tabs)
* Use spaces around operators, except for unary operators, such as `!`. * Use spaces around operators, except for unary operators, such as `!`.
* Add LICENSE header in new files you create. * 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/ .. _`submit a pull request`: https://github.com/thewtex/tmux-mem-cpu-load/compare/
.. _Allman: http://en.wikipedia.org/wiki/Indent_style#Allman_style .. _Allman: http://en.wikipedia.org/wiki/Indent_style#Allman_style