From 8e2a76d2dee86ed05bc5ed144424a33b45f92da7 Mon Sep 17 00:00:00 2001
From: Kushal Pandya <kushal@gitlab.com>
Date: Mon, 26 Dec 2016 15:57:58 +0530
Subject: [PATCH] HAMLLint: Enable `SpaceInsideHashAttributes` rule

---
 .haml-lint.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.haml-lint.yml b/.haml-lint.yml
index ee3da0d5822..7c8a9c4fd17 100644
--- a/.haml-lint.yml
+++ b/.haml-lint.yml
@@ -83,7 +83,7 @@ linters:
     enabled: true
 
   SpaceInsideHashAttributes:
-    enabled: false
+    enabled: true
     style: space
 
   Indentation:
-- 
GitLab