Skip to content

Commit

Permalink
support chained function call. Fixes #28
Browse files Browse the repository at this point in the history
  • Loading branch information
yiminghe committed Dec 10, 2014
1 parent 99f87f1 commit 21fd4bf
Show file tree
Hide file tree
Showing 31 changed files with 3,342 additions and 2,866 deletions.
9 changes: 9 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# top-most EditorConfig file
root = true

# Unix-style newlines with a newline ending every file
[*.{js,css}]
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 2

0 comments on commit 21fd4bf

Please sign in to comment.