File: cmake-format.py

package info (click to toggle)
libwpe 1.16.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 748 kB
  • sloc: ansic: 5,890; sh: 102; cpp: 57; python: 51; makefile: 5
file content (10 lines) | stat: -rw-r--r-- 232 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
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