|
| 1 | +{ |
| 2 | + "parse": { |
| 3 | + "additional_commands": { |
| 4 | + "foo": { |
| 5 | + "flags": [ |
| 6 | + "BAR", |
| 7 | + "BAZ" |
| 8 | + ], |
| 9 | + "kwargs": { |
| 10 | + "HEADERS": "*", |
| 11 | + "SOURCES": "*", |
| 12 | + "DEPENDS": "*" |
| 13 | + } |
| 14 | + } |
| 15 | + }, |
| 16 | + "override_spec": {}, |
| 17 | + "vartags": [], |
| 18 | + "proptags": [] |
| 19 | + }, |
| 20 | + "format": { |
| 21 | + "disable": false, |
| 22 | + "line_width": 80, |
| 23 | + "tab_size": 2, |
| 24 | + "use_tabchars": false, |
| 25 | + "fractional_tab_policy": "use-space", |
| 26 | + "max_subgroups_hwrap": 2, |
| 27 | + "max_pargs_hwrap": 6, |
| 28 | + "max_rows_cmdline": 2, |
| 29 | + "separate_ctrl_name_with_space": false, |
| 30 | + "separate_fn_name_with_space": false, |
| 31 | + "dangle_parens": false, |
| 32 | + "dangle_align": "prefix", |
| 33 | + "min_prefix_chars": 4, |
| 34 | + "max_prefix_chars": 10, |
| 35 | + "max_lines_hwrap": 2, |
| 36 | + "line_ending": "unix", |
| 37 | + "command_case": "canonical", |
| 38 | + "keyword_case": "unchanged", |
| 39 | + "always_wrap": [], |
| 40 | + "enable_sort": true, |
| 41 | + "autosort": false, |
| 42 | + "require_valid_layout": false, |
| 43 | + "layout_passes": {} |
| 44 | + }, |
| 45 | + "markup": { |
| 46 | + "bullet_char": "*", |
| 47 | + "enum_char": ".", |
| 48 | + "first_comment_is_literal": false, |
| 49 | + "literal_comment_pattern": null, |
| 50 | + "fence_pattern": "^\\s*([`~]{3}[`~]*)(.*)$", |
| 51 | + "ruler_pattern": "^\\s*[^\\w\\s]{3}.*[^\\w\\s]{3}$", |
| 52 | + "explicit_trailing_pattern": "#<", |
| 53 | + "hashruler_min_length": 10, |
| 54 | + "canonicalize_hashrulers": true, |
| 55 | + "enable_markup": true |
| 56 | + }, |
| 57 | + "lint": { |
| 58 | + "disabled_codes": [], |
| 59 | + "function_pattern": "[0-9a-z_]+", |
| 60 | + "macro_pattern": "[0-9A-Z_]+", |
| 61 | + "global_var_pattern": "[A-Z][0-9A-Z_]+", |
| 62 | + "internal_var_pattern": "_[A-Z][0-9A-Z_]+", |
| 63 | + "local_var_pattern": "[a-z][a-z0-9_]+", |
| 64 | + "private_var_pattern": "_[0-9a-z_]+", |
| 65 | + "public_var_pattern": "[A-Z][0-9A-Z_]+", |
| 66 | + "argument_var_pattern": "[a-z][a-z0-9_]+", |
| 67 | + "keyword_pattern": "[A-Z][0-9A-Z_]+", |
| 68 | + "max_conditionals_custom_parser": 2, |
| 69 | + "min_statement_spacing": 1, |
| 70 | + "max_statement_spacing": 2, |
| 71 | + "max_returns": 6, |
| 72 | + "max_branches": 12, |
| 73 | + "max_arguments": 5, |
| 74 | + "max_localvars": 15, |
| 75 | + "max_statements": 50 |
| 76 | + }, |
| 77 | + "encode": { |
| 78 | + "emit_byteorder_mark": false, |
| 79 | + "input_encoding": "utf-8", |
| 80 | + "output_encoding": "utf-8" |
| 81 | + }, |
| 82 | + "misc": { |
| 83 | + "per_command": {} |
| 84 | + } |
| 85 | +} |
0 commit comments