Skip to content

Commit

Permalink
Added an editor config, and a bower config.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhop committed Mar 19, 2016
1 parent e8d20c3 commit 2f9ba7a
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .editorconfig
@@ -0,0 +1,13 @@
root = true

[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = tab
indent_size = 4

[*.{json,yml,md}]
indent_style = space
indent_size = 2
29 changes: 29 additions & 0 deletions bower.json
@@ -0,0 +1,29 @@
{
"name": "heya-unit",
"description": "Super simple unit test harness.",
"main": "main.js",
"authors": [
"Eugene Lazutkin <eugene.lazutkin@gmail.com> (http://lazutkin.com/)"
],
"license": "BSD",
"keywords": [
"unit",
"testing"
],
"homepage": "https://github.com/heya/unit",
"moduleType": [
"amd",
"node"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"coverage",
"*.md",
"AUTHORS",
"LICENSE"
]
}

0 comments on commit 2f9ba7a

Please sign in to comment.