Update .editorconfig

This commit is contained in:
Georg Ehrke 2016-09-12 20:31:13 +02:00 committed by GitHub
parent e5b314cd5a
commit 1714a1ce29
1 changed files with 7 additions and 0 deletions

View File

@ -9,3 +9,10 @@ insert_final_newline = true
[*.{js,php}]
indent_style = tab
insert_final_newline = true
[Makefile]
indent_style = tab
[*.yml]
indent_style = space
indent_size = 2