diff options
author | Hakim El Hattab | 2015-10-26 14:42:12 +0100 |
---|---|---|
committer | Hakim El Hattab | 2015-10-26 14:42:12 +0100 |
commit | 596f3d3c5a291d6af62b6b4edd2f809cc7ffcfdb (patch) | |
tree | 2b1e2b7f02a797b11e8359c8a4a2350cf72f2a4b /Gruntfile.js | |
parent | 2a757794fb86b2b3c2a1e7b1e1c1ab563e9f3b9d (diff) |
fix mixed indentation
Diffstat (limited to 'Gruntfile.js')
-rw-r--r-- | Gruntfile.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index a17de4d..f6c71e2 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -108,7 +108,7 @@ module.exports = function(grunt) { 'lib/**', 'images/**', 'plugin/**', - '**.md' + '**.md' ] }, @@ -131,9 +131,9 @@ module.exports = function(grunt) { html: { files: [ 'index.html'] }, - markdown: { - files: [ './*.md' ] - } + markdown: { + files: [ './*.md' ] + } } }); |