The Meson Build System
http://mesonbuild.com/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
333 B
15 lines
333 B
; Different options for config |
|
|
|
max_line_length = 120 |
|
indent_by = ' ' |
|
space_array = true |
|
kwargs_force_multiline = true |
|
wide_colon = true |
|
no_single_comma_function = true |
|
|
|
indent_before_comments = ' ' |
|
; end_of_line = 'native' |
|
; simplify_string_literals = true |
|
insert_final_newline = false |
|
; sort_files = true |
|
group_arg_value = true
|
|
|