From 794b938d8770b8f20435f3b82bd1f04d587369bb Mon Sep 17 00:00:00 2001 From: Keith Bowes Date: Fri, 28 Feb 2020 09:26:54 -0500 Subject: [PATCH] Added an entry for meson.build files --- .editorconfig | 7 +++++++ 1 file changed, 7 insertions(+) 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