aboutsummaryrefslogtreecommitdiff
path: root/Gruntfile.js
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2015-10-26 14:42:12 +0100
committerHakim El Hattab <hakim.elhattab@gmail.com>2015-10-26 14:42:12 +0100
commit596f3d3c5a291d6af62b6b4edd2f809cc7ffcfdb (patch)
tree2b1e2b7f02a797b11e8359c8a4a2350cf72f2a4b /Gruntfile.js
parent2a757794fb86b2b3c2a1e7b1e1c1ab563e9f3b9d (diff)
downloadfreenode-live-2017-presentation-596f3d3c5a291d6af62b6b4edd2f809cc7ffcfdb.tar
freenode-live-2017-presentation-596f3d3c5a291d6af62b6b4edd2f809cc7ffcfdb.tar.gz
fix mixed indentation
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js8
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' ]
+ }
}
});