Skip to content

Commit 55a3e90

Browse files
committed
Update site
1 parent 1bf4ff3 commit 55a3e90

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_octopress/source/_posts/2013-05-04-coding-style.markdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ In this light, I've decided to adopt [Felix' Node.js Style Guide](http://nodegui
1515
for coding standards, instead of running our own.
1616

1717
It saves us time maintaining and it becomes easier for people to contribute because
18-
they don't have to memorize php.js' own where we diverge.
18+
they don't have to memorize where php.js diverges.
1919

20-
For the most important parts, our codebase is already compatible with it, so
21-
we won't get any weird space+tab indentations as a result.
20+
For the big parts our codebase is already compatible with it, so
21+
we won't get any weird [space + tab](http://www.emacswiki.org/pics/static/TabsSpacesBoth.png) indentations as a result, as we start adding code that follows the guide.
2222

2323
Going forward, contributions should comply with these conventions before being
2424
merged in.

0 commit comments

Comments
 (0)