Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Update and add dotfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Aug 25, 2012
1 parent f23eb20 commit 59d5e6e
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 5 deletions.
7 changes: 5 additions & 2 deletions .editorconfig
@@ -1,6 +1,9 @@
# editorconfig.org
root = true

[*]
indent_style = tab
indent_size = 4
end_of_line = LF
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
1 change: 1 addition & 0 deletions .gitattributes
@@ -0,0 +1 @@
* text=auto
2 changes: 1 addition & 1 deletion .gitignore
@@ -1 +1 @@
node_modules/
node_modules
10 changes: 8 additions & 2 deletions .npmignore
@@ -1,3 +1,9 @@
test/
.npmignore
.editorconfig
.jshintrc
.jshintignore
.gitattributes
*.sublime-project
*.sublime-workspace
test
grunt.js
README.md

0 comments on commit 59d5e6e

Please sign in to comment.