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
363 B
15 lines
363 B
1 year ago
|
; This config should behave like muon default config
|
||
|
|
||
|
; max_line_length = 80
|
||
|
; indent_by = ' '
|
||
|
; space_array = false
|
||
|
; kwargs_force_multiline = false
|
||
|
; wide_colon = false
|
||
|
; no_single_comma_function = false
|
||
|
|
||
|
indent_before_comments = ' '
|
||
|
end_of_line = lf
|
||
|
simplify_string_literals = false
|
||
|
; insert_final_newline = true
|
||
|
sort_files = false
|
||
|
; group_arg_value = false
|