Skip to content
Snippets Groups Projects
Commit 596f3d3c authored by Hakim El Hattab's avatar Hakim El Hattab
Browse files

fix mixed indentation

parent 2a757794
No related branches found
No related tags found
No related merge requests found
...@@ -108,7 +108,7 @@ module.exports = function(grunt) { ...@@ -108,7 +108,7 @@ module.exports = function(grunt) {
'lib/**', 'lib/**',
'images/**', 'images/**',
'plugin/**', 'plugin/**',
'**.md' '**.md'
] ]
}, },
...@@ -131,9 +131,9 @@ module.exports = function(grunt) { ...@@ -131,9 +131,9 @@ module.exports = function(grunt) {
html: { html: {
files: [ 'index.html'] files: [ 'index.html']
}, },
markdown: { markdown: {
files: [ './*.md' ] files: [ './*.md' ]
} }
} }
}); });
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment