with section("format"):
    line_width = 105
    tab_size = 4
    dangle_parens = True
    separate_ctrl_name_with_space = True
    max_subgroups_hwrap = 2
    max_prefix_chars = 4

with section("markup"):
    enable_markup = False
