Skip to content

Commit

Permalink
Merge pull request #15 from kartena/1.0
Browse files Browse the repository at this point in the history
1.0 release candidate 4
  • Loading branch information
perliedman authored Apr 19, 2017
2 parents c3d7340 + 8ee9ba6 commit 2ad0599
Show file tree
Hide file tree
Showing 9 changed files with 15,241 additions and 25 deletions.
18 changes: 18 additions & 0 deletions .editorconfig.editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
root = true

[*]
indent_style = space
indent_size = 4
end_of_line = crlf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.js]
indent_size = 4

[*.html]
indent_size = 2

[*.md]
trim_trailing_whitespace = false
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules/
Loading

0 comments on commit 2ad0599

Please sign in to comment.