Skip to content
This repository has been archived by the owner on Mar 3, 2020. It is now read-only.

Commit

Permalink
Add Editor / Whitespaces section
Browse files Browse the repository at this point in the history
  • Loading branch information
weppos committed Sep 6, 2011
1 parent fb5c791 commit 51a0fea
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions content/editor.md
Expand Up @@ -13,6 +13,13 @@ Configure your editor to use Soft Tabs (replace tabs with spaces) or Spaces.
The most part of IDE and editors support this feature.


## Whitespaces

Lines MUST have no trailing whitespace at the end.

You SHOULD use blank lines to group statements. It's RECOMMENDED to use only one empty line.


## Maximum Line Length

The target line length SHOULD be 80 characters.
Expand All @@ -25,8 +32,3 @@ Developers SHOULD strive keep each line of their code under 80 characters where
Line termination follows the Unix text file convention. Lines MUST end with a single linefeed (LF) character. Linefeed characters are represented as ordinal 10, or hexadecimal 0x0A.

Note: Do not use carriage returns (CR) as is the convention in Apple OS's (0x0D) or the carriage return - linefeed combination (CRLF) as is standard for the Windows OS (0x0D, 0x0A).


## Whitespaces

#TODO

0 comments on commit 51a0fea

Please sign in to comment.