editorconfig: set meson indentation style
meson.build gets two-space indents, but our global tabbed default was overriding this. Signed-off-by: Eli Schwartz <eschwartz@archlinux.org> Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
parent
3a6c9220ff
commit
411b12d09d
1 changed files with 4 additions and 0 deletions
|
@ -16,5 +16,9 @@ indent_style = tab
|
||||||
[{NEWS,HACKING}]
|
[{NEWS,HACKING}]
|
||||||
indent_style = space
|
indent_style = space
|
||||||
|
|
||||||
|
[meson.build]
|
||||||
|
indent_style = space
|
||||||
|
indent_size = 2
|
||||||
|
|
||||||
[*.py]
|
[*.py]
|
||||||
indent_style = space
|
indent_style = space
|
||||||
|
|
Loading…
Add table
Reference in a new issue