Update .editorconfig for makefile

This commit is contained in:
adev 2017-11-01 14:47:06 +01:00
parent c20327fc72
commit 5872cd191c

View file

@ -12,3 +12,6 @@ insert_final_newline = true
[*.{js,css}]
indent_style = space
indent_size = 2
[Makefile]
indent_style = tab