From 596f3d3c5a291d6af62b6b4edd2f809cc7ffcfdb Mon Sep 17 00:00:00 2001
From: Hakim El Hattab <hakim.elhattab@gmail.com>
Date: Mon, 26 Oct 2015 14:42:12 +0100
Subject: [PATCH] fix mixed indentation

---
 Gruntfile.js | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/Gruntfile.js b/Gruntfile.js
index a17de4df..f6c71e29 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' ]
+			}
 		}
 
 	});
-- 
GitLab