Use correct setting for .editorconfig indent_style (#1670)

This commit is contained in:
Victor 2019-11-03 19:31:29 +01:00 committed by Joshua Tauberer
부모 b50dfb7f93
커밋 fa792f664e
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제

파일 보기

@ -13,7 +13,7 @@ trim_trailing_whitespace = true
insert_final_newline = true
[Makefile]
indent_style = tabs
indent_style = tab
indent_size = 4
[Vagrantfile]
@ -23,7 +23,7 @@ indent_size = 2
indent_size = 2
[*.py]
indent_style = tabs
indent_style = tab
[*.js]
indent_size = 2