update .editorconfig
This commit is contained in:
parent
b14b8493d4
commit
80dbd62509
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue