blob: 9bf765948c819f746707ca4ba2218e495dffb5d3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
; 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
|