diff options
author | Luiz de Prá <luiz.pra@olist.com> | 2018-03-23 16:49:06 -0300 |
---|---|---|
committer | Luiz de Prá <luiz.pra@olist.com> | 2018-03-23 16:49:06 -0300 |
commit | 454ea0146dc6087b9e3b96b4a2f7b66ce1a2f4f7 (patch) | |
tree | 30f0b68d864790e7ec97fc98231f029a221c8671 /.editorconfig | |
parent | d3e619ecf9d451c7b6574a53d13555ac2faffdd5 (diff) | |
download | hugo-coder-454ea0146dc6087b9e3b96b4a2f7b66ce1a2f4f7.tar.gz hugo-coder-454ea0146dc6087b9e3b96b4a2f7b66ce1a2f4f7.tar.bz2 hugo-coder-454ea0146dc6087b9e3b96b4a2f7b66ce1a2f4f7.zip |
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .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 @@ indent_size = 2 # web files [*.{html,css,less}] indent_size = 2 + +[Makefile] +indent_style = tab |