Skip to content

Commit

Permalink
Add .editorconfig file
Browse files Browse the repository at this point in the history
  • Loading branch information
Arkni committed Apr 23, 2015
1 parent 9d4e051 commit 88047f0
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
13 changes: 13 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
; See http://EditorConfig.org for supported IDEs

root = true ; top-most EditorConfig file

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

[*.js]
end_of_line = lf
4 changes: 2 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ module.exports = function(grunt) {
}
}
});

grunt.loadNpmTasks('grunt-contrib-uglify');
grunt.registerTask('default', ['build']);
grunt.registerTask('build', ['uglify']);
}
}
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,3 @@ I put an easter egg in pretty much everything I make and after copying the same
### Credits

Created by Mike Flynn / [@thatmikeflynn](http://twitter.com/thatmikeflynn) and Rob McVey / [@negative_sleep](http://twitter.com/negative_sleep)

0 comments on commit 88047f0

Please sign in to comment.