Skip to content

Commit

Permalink
Merge pull request #62 from cainmartin/fix/iterations
Browse files Browse the repository at this point in the history
Fix or issue #61 - iterations not working correctly when paused
  • Loading branch information
Cedric Stoquer authored Jul 12, 2017
2 parents 5ae1c9d + 5fc4eb9 commit 8dfab7e
Show file tree
Hide file tree
Showing 7 changed files with 622 additions and 587 deletions.
25 changes: 25 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# EditorConfig is awesome: http://EditorConfig.org
# Download a plugin for your favorite editor from http://editorconfig.org/#download

root = true

[*]
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true

[*.{html}]
insert_final_newline = true
indent_style = tab

[*.js]
insert_final_newline = true
indent_style = tab

[*.json]
insert_final_newline = false
indent_style = tab

[package.json]
indent_style = space
indent_size = 2
Loading

0 comments on commit 8dfab7e

Please sign in to comment.