1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-12-22 13:33:56 +03:00

editorconfig: add rule for meson.build files (#6671)

This commit is contained in:
Felipe Sateler 2017-08-28 11:37:23 -03:00 committed by Lennart Poettering
parent 0c700d392d
commit a86d0fe165

View File

@ -18,3 +18,7 @@ charset = utf-8
[*.{c,h}]
indent_style = space
indent_size = 8
[meson.build]
indent_style = space
indent_size = 8