Merge pull request #3399 from aaa2000/editorconfig-makefile

Update .editorconfig for makefile
This commit is contained in:
Jérémy Benoist
2017-11-02 10:21:10 +02:00
committed by GitHub

View File

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