Added an entry for meson.build files

This commit is contained in:
Keith Bowes 2020-02-28 09:26:54 -05:00
parent 9ebbc7624c
commit 79fdcf82aa

View file

@ -17,3 +17,10 @@ curly_bracket_next_line = false
max_line_length = 80
spaces_around_brackets = outside
spaces_around_operators = true
[meson.build]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
trim_trailing_whitespace = true