Force Python files to use spaces instead of tabs

Close #5506
This commit is contained in:
Don HO 2019-04-15 17:49:57 +02:00 committed by GitHub
parent db02d7f129
commit b2d4430df9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -290,7 +290,7 @@
<Keywords name="type1"></Keywords>
<Keywords name="type2"></Keywords>
</Language>
<Language name="python" ext="py pyw" commentLine="#">
<Language name="python" ext="py pyw" commentLine="#" tabSettings="132">
<Keywords name="instre1">and as assert async await break class continue def del elif else except exec False finally for from global if import in is lambda None nonlocal not or pass print raise return True try while with yield</Keywords>
</Language>
<Language name="r" ext="r s splus" commentLine="#">