meta: add coding style for meson.build in EditorConfig

This commit is contained in:
tfuxu 2022-12-13 18:59:34 +01:00
parent d9875cb21a
commit a58ead7427
No known key found for this signature in database
GPG key ID: 79CFC3B9B31C098A

View file

@ -12,6 +12,10 @@ insert_final_newline = true
indent_style = space
indent_size = 4
[meson.build]
indent_style = space
indent_size = 2
[*.md]
trim_trailing_whitespace = false