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
commit dccec95401
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

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