diff --git a/.editorconfig b/.editorconfig index 6cd35cf..ba4f2c4 100644 --- a/.editorconfig +++ b/.editorconfig @@ -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