From 88047f070dcaad603f9e23d2f2143358100a6405 Mon Sep 17 00:00:00 2001 From: Brahim Arkni Date: Thu, 23 Apr 2015 22:17:22 +0100 Subject: [PATCH] Add .editorconfig file --- .editorconfig | 13 +++++++++++++ Gruntfile.js | 4 ++-- README.md | 1 - 3 files changed, 15 insertions(+), 3 deletions(-) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..cb53f54 --- /dev/null +++ b/.editorconfig @@ -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 diff --git a/Gruntfile.js b/Gruntfile.js index 4f01b84..57a6393 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -11,8 +11,8 @@ module.exports = function(grunt) { } } }); - + grunt.loadNpmTasks('grunt-contrib-uglify'); grunt.registerTask('default', ['build']); grunt.registerTask('build', ['uglify']); -} \ No newline at end of file +} diff --git a/README.md b/README.md index 1755b87..519441e 100644 --- a/README.md +++ b/README.md @@ -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) -