Skip to content

Commit

Permalink
Merge pull request #188 from slang800/master
Browse files Browse the repository at this point in the history
unignore the web/builds dir
  • Loading branch information
sayrer committed Jun 16, 2014
2 parents e2cc18e + a1b9c46 commit d400e2f
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
16 changes: 16 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# This file is for unifying the coding style for different editors and IDEs
# editorconfig.org

root = true

[*]
end_of_line = lf
charset = utf-8
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = space
indent_size = 2
max_line_length = 80

[Makefile]
indent_style = tab
6 changes: 5 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
test
tools
web
web/1.0.0
web/images
web/stylesheets
web/favicon.ico
web/index.html.mustache
wrappers
Makefile

0 comments on commit d400e2f

Please sign in to comment.