From 454ea0146dc6087b9e3b96b4a2f7b66ce1a2f4f7 Mon Sep 17 00:00:00 2001
From: Luiz de PrĂ¡ <luiz.pra@olist.com>
Date: Fri, 23 Mar 2018 19:49:06 +0000
Subject: [PATCH] Add Makefile to build CSS
---
.editorconfig | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/.editorconfig b/.editorconfig
index 363da9e..cb3f0cd 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -24,3 +24,6 @@
# web files
[*.{html,css,less}]
indent_size = 2
+
+[Makefile]
+indent_style = tab
--
Gitblit v1.10.0