Revert 63de6d0^...63de6d0 on Style Guide for Nim Code

This commit is contained in:
Dominik Picheta 2015-06-28 13:43:29 +01:00
parent d6d5eacbcf
commit 766997fdbf
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ Style Guidelines
### Spacing and Whitespace Conventions ###
- Lines should be no longer than 80 characters. Limiting the amount of
information present on each line makes for more readable code - the reader
has smaller chunks to process. If your line of code more than 80 character make it less than 80 character.
has smaller chunks to process.
- 2 spaces should be used for indentation of blocks; tabstops are not allowed
(the compiler enforces this). Using spaces means that the appearance of code