.editorconfig, minor

still doesn't work with vscode
This commit is contained in:
Ebrahim Byagowi 2019-04-23 12:40:29 +04:30 committed by GitHub
parent 25dd88efc6
commit 7c218351ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ insert_final_newline = true
[*.{c,cc,h,hh}]
tab_width = 8
indent_size = 2
indent_style = space
indent_style = tab # should be space
[*.{py,sh}]
indent_style = tab