Merge pull request #17 from keithbowes/editorconfig

Added an entry for meson.build files
This commit is contained in:
Keith Bowes 2020-03-08 20:25:38 -04:00 committed by GitHub
commit e1a3d77cde
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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