mirror of
https://github.com/irssi/irssi.git
synced 2026-08-21 09:32:32 +02:00
run meson formatter
This commit is contained in:
parent
80b8875fea
commit
221d520c37
33 changed files with 661 additions and 315 deletions
14
.muon_fmt.ini
Normal file
14
.muon_fmt.ini
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
# Irssi configuration for muon fmt
|
||||
max_line_len = 108
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
#indent_by = ' '
|
||||
space_array = true
|
||||
kwargs_force_multiline = true
|
||||
wide_colon = true
|
||||
no_single_comma_function = true
|
||||
insert_final_newline = true
|
||||
sort_files = false
|
||||
group_arg_value = true
|
||||
sticky_parens = true
|
||||
continuation_indent = true
|
||||
Loading…
Add table
Add a link
Reference in a new issue