Skip to content

Commit

Permalink
Update from templates
Browse files Browse the repository at this point in the history
- Update from js-template
- Update README.md format and ordering to match talk-template
  • Loading branch information
berziiii committed Sep 1, 2016
1 parent 0dc7009 commit db4ee46
Show file tree
Hide file tree
Showing 9 changed files with 1,173 additions and 212 deletions.
30 changes: 27 additions & 3 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,13 +1,37 @@
# EditorConfig helps developers define and maintain consistent
# coding styles between different editors and IDEs
# editorconfig.org

root = true

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

[*.js]
indent_style = space
indent_size = 2

[*.rb]
indent_style = space
indent_size = 2

[*.hbs]
insert_final_newline = false
indent_style = space
indent_size = 2

[*.css]
indent_style = space
indent_size = 2

[*.html]
indent_style = space
indent_size = 2

[*.md]
[*.{diff,md}]
trim_trailing_whitespace = false

0 comments on commit db4ee46

Please sign in to comment.