mirror of
https://github.com/wizbright/waybox.git
synced 2025-10-29 05:40:20 -04:00
Added an entry for meson.build files
This commit is contained in:
parent
9ebbc7624c
commit
79fdcf82aa
1 changed files with 7 additions and 0 deletions
|
|
@ -17,3 +17,10 @@ curly_bracket_next_line = false
|
||||||
max_line_length = 80
|
max_line_length = 80
|
||||||
spaces_around_brackets = outside
|
spaces_around_brackets = outside
|
||||||
spaces_around_operators = true
|
spaces_around_operators = true
|
||||||
|
|
||||||
|
[meson.build]
|
||||||
|
charset = utf-8
|
||||||
|
end_of_line = lf
|
||||||
|
indent_size = 2
|
||||||
|
indent_style = space
|
||||||
|
trim_trailing_whitespace = true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue