aboutsummaryrefslogtreecommitdiffstats
path: root/.editorconfig
diff options
context:
space:
mode:
authorLuiz de Prá <luiz.pra@olist.com>2018-03-23 16:49:06 -0300
committerLuiz de Prá <luiz.pra@olist.com>2018-03-23 16:49:06 -0300
commit454ea0146dc6087b9e3b96b4a2f7b66ce1a2f4f7 (patch)
tree30f0b68d864790e7ec97fc98231f029a221c8671 /.editorconfig
parentd3e619ecf9d451c7b6574a53d13555ac2faffdd5 (diff)
downloadhugo-coder-454ea0146dc6087b9e3b96b4a2f7b66ce1a2f4f7.tar.gz
hugo-coder-454ea0146dc6087b9e3b96b4a2f7b66ce1a2f4f7.tar.bz2
hugo-coder-454ea0146dc6087b9e3b96b4a2f7b66ce1a2f4f7.zip
Add Makefile to build CSSHEADmaster
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig3
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 @@ indent_size = 2
# web files
[*.{html,css,less}]
indent_size = 2
+
+[Makefile]
+indent_style = tab