Update CONTRIBUTING.md

This commit is contained in:
László Monda
2016-02-10 19:05:21 +01:00
parent afc73311e2
commit db068e94a1

View File

@@ -1,8 +1,10 @@
# Coding standards
* 4 spaces are used for tabulation.
* 4 spaces are used for tabulation. No tabs are allowed.
* Unix line endings are used.
* Curlies are always explicitly written.
* No trailing whitespaces at the end of lines.
* Insert closing newline at the end of files.
## If