update .editorconfig

This commit is contained in:
Andrei Alexeyev 2019-10-03 03:11:59 +03:00
parent b14b8493d4
commit 80dbd62509
No known key found for this signature in database
GPG key ID: 363707CD4C7FE8A4

View file

@ -9,10 +9,10 @@ charset = utf-8
indent_style = tab
# indent_size = 4
[*.{py,html,js,nsi.in}]
[*.{py,html,js,nsi.in,rst}]
indent_style = space
indent_size = 4
[meson.build]
[{meson.build,meson_options.txt}]
indent_style = space
indent_size = 4