Lines Matching refs:number
15 input_tab_size = 8 # unsigned number
20 output_tab_size = 8 # unsigned number
25 string_escape_char = 92 # unsigned number
29 string_escape_char2 = 0 # unsigned number
905 sp_num_before_tr_emb_cmt = 0 # unsigned number
926 # The number of columns to indent per level. Usually 2, 3, 4, or 8.
929 indent_columns = 4 # unsigned number
936 indent_continue = 0 # number
940 indent_continue_class_head = 0 # unsigned number
948 indent_param = 0 # unsigned number
957 indent_with_tabs = 0 # unsigned number
966 # The number of spaces to indent multi-line XML strings.
968 indent_xml_string = 0 # unsigned number
971 indent_brace = 0 # unsigned number
1007 # The number of spaces to indent a namespace block.
1009 indent_namespace_level = 0 # unsigned number
1011 # If the body of the namespace is longer than this number, it won't be
1013 indent_namespace_limit = 0 # unsigned number
1034 indent_ctor_init_leading = 2 # unsigned number
1038 indent_ctor_init = 0 # number
1048 indent_var_def_blk = 0 # number
1072 indent_func_def_param_paren_pos_threshold = 0 # unsigned number
1096 indent_func_const = 0 # unsigned number
1100 indent_func_throw = 0 # unsigned number
1112 # The number of spaces to indent a continued '->' or '.'.
1114 indent_member = 0 # unsigned number
1121 indent_sing_line_comments = 0 # unsigned number
1125 indent_sparen_extra = 0 # number
1132 indent_switch_case = indent_columns # unsigned number
1144 indent_case_shift = 0 # unsigned number
1148 indent_case_brace = 0 # number
1162 indent_label = -indent_columns # number
1171 indent_access_spec = 1 # number
1186 indent_paren_close = 0 # unsigned number
1254 # >0: Use specified number of spaces to indent
1255 indent_oc_block_msg = 0 # unsigned number
1258 indent_oc_msg_colon = 0 # unsigned number
1289 indent_min_vbrace_open = 0 # unsigned number
1324 indent_ternary_operator = 0 # unsigned number
1407 # The minimum number of newlines at the start of the file (only used if
1409 nl_start_of_file_min = 0 # unsigned number
1414 # The minimum number of newlines at the end of the file (only used if
1416 nl_end_of_file_min = 1 # unsigned number
1862 # Whether to alter newlines between consecutive parenthesis closes. The number
1983 # The maximum number of consecutive newlines (3 = 2 blank lines).
1984 nl_max = 0 # unsigned number
1986 # The maximum number of consecutive newlines in a function.
1987 nl_max_blank_in_func = 0 # unsigned number
1989 # The number of newlines before a function prototype.
1990 nl_before_func_body_proto = 0 # unsigned number
1992 # The number of newlines before a multi-line function definition.
1993 nl_before_func_body_def = 0 # unsigned number
1995 # The number of newlines before a class constructor/destructor prototype.
1996 nl_before_func_class_proto = 0 # unsigned number
1998 # The number of newlines before a class constructor/destructor definition.
1999 nl_before_func_class_def = 0 # unsigned number
2001 # The number of newlines after a function prototype.
2002 nl_after_func_proto = 0 # unsigned number
2004 # The number of newlines after a function prototype, if not followed by
2006 nl_after_func_proto_group = 0 # unsigned number
2008 # The number of newlines after a class constructor/destructor prototype.
2009 nl_after_func_class_proto = 0 # unsigned number
2011 # The number of newlines after a class constructor/destructor prototype,
2013 nl_after_func_class_proto_group = 0 # unsigned number
2022 # The number of newlines after '}' of a multi-line function body.
2023 nl_after_func_body = 0 # unsigned number
2025 # The number of newlines after '}' of a multi-line function body in a class
2029 nl_after_func_body_class = 0 # unsigned number
2031 # The number of newlines after '}' of a single line function body. Also
2035 nl_after_func_body_one_liner = 0 # unsigned number
2037 # The number of blank lines after a block of variable definitions at the top
2041 nl_func_var_def_blk = 0 # unsigned number
2043 # The number of newlines before a block of typedefs. If nl_after_access_spec
2047 nl_typedef_blk_start = 0 # unsigned number
2049 # The number of newlines after a block of typedefs.
2052 nl_typedef_blk_end = 0 # unsigned number
2054 # The maximum number of consecutive newlines within a block of typedefs.
2057 nl_typedef_blk_in = 0 # unsigned number
2059 # The number of newlines before a block of variable definitions not at the top
2064 nl_var_def_blk_start = 0 # unsigned number
2066 # The number of newlines after a block of variable definitions not at the top
2070 nl_var_def_blk_end = 0 # unsigned number
2072 # The maximum number of consecutive newlines within a block of variable
2076 nl_var_def_blk_in = 0 # unsigned number
2078 # The minimum number of newlines before a multi-line comment.
2080 nl_before_block_comment = 0 # unsigned number
2082 # The minimum number of newlines before a single-line C comment.
2084 nl_before_c_comment = 0 # unsigned number
2086 # The minimum number of newlines before a CPP comment.
2088 nl_before_cpp_comment = 0 # unsigned number
2096 # The number of newlines after '}' or ';' of a struct/enum/union definition.
2097 nl_after_struct = 0 # unsigned number
2099 # The number of newlines before a class definition.
2100 nl_before_class = 0 # unsigned number
2102 # The number of newlines after '}' or ';' of a class definition.
2103 nl_after_class = 0 # unsigned number
2105 # The number of newlines before a namespace.
2106 nl_before_namespace = 0 # unsigned number
2108 # The number of newlines after '{' of a namespace. This also adds newlines
2115 nl_inside_namespace = 0 # unsigned number
2117 # The number of newlines after '}' of a namespace.
2118 nl_after_namespace = 0 # unsigned number
2120 # The number of newlines before an access specifier label. This also includes
2125 nl_before_access_spec = 0 # unsigned number
2127 # The number of newlines after an access specifier label. This also includes
2134 nl_after_access_spec = 0 # unsigned number
2136 # The number of newlines between a function definition and the function
2140 nl_comment_func_def = 0 # unsigned number
2142 # The number of newlines after a try-catch-finally block that isn't followed
2146 nl_after_try_catch_finally = 0 # unsigned number
2148 # (C#) The number of newlines before and after a property, indexer or event
2152 nl_around_cs_property = 0 # unsigned number
2154 # (C#) The number of newlines between the get/set/add/remove handlers.
2157 nl_between_get_set = 0 # unsigned number
2173 nl_remove_extra_newlines = 0 # unsigned number
2182 # The number of newlines before a whole-file #ifdef.
2185 nl_before_whole_file_ifdef = 0 # unsigned number
2187 # The number of newlines after a whole-file #ifdef.
2190 nl_after_whole_file_ifdef = 0 # unsigned number
2192 # The number of newlines before a whole-file #endif.
2195 nl_before_whole_file_endif = 0 # unsigned number
2197 # The number of newlines after a whole-file #endif.
2200 nl_after_whole_file_endif = 0 # unsigned number
2250 code_width = 0 # unsigned number
2289 align_func_params_span = 0 # unsigned number
2292 # Use a negative number for absolute thresholds.
2295 align_func_params_thresh = 0 # number
2298 align_func_params_gap = 0 # unsigned number
2303 align_constr_value_span = 0 # unsigned number
2306 # Use a negative number for absolute thresholds.
2309 align_constr_value_thresh = 0 # number
2312 align_constr_value_gap = 0 # unsigned number
2321 align_same_func_call_params_span = 0 # unsigned number
2325 # Use a negative number for absolute thresholds.
2328 align_same_func_call_params_thresh = 0 # number
2333 align_var_def_span = 0 # unsigned number
2341 align_var_def_star_style = 0 # unsigned number
2349 align_var_def_amp_style = 0 # unsigned number
2352 # Use a negative number for absolute thresholds.
2355 align_var_def_thresh = 0 # number
2358 align_var_def_gap = 0 # unsigned number
2364 align_var_def_colon_gap = 0 # unsigned number
2375 align_assign_span = 0 # unsigned number
2380 align_assign_func_proto_span = 0 # unsigned number
2383 # Use a negative number for absolute thresholds.
2386 align_assign_thresh = 0 # number
2394 align_assign_decl_func = 0 # unsigned number
2399 align_enum_equ_span = 0 # unsigned number
2402 # Use a negative number for absolute thresholds.
2405 align_enum_equ_thresh = 0 # number
2410 align_var_class_span = 0 # unsigned number
2413 # Use a negative number for absolute thresholds.
2416 align_var_class_thresh = 0 # number
2419 align_var_class_gap = 0 # unsigned number
2424 align_var_struct_span = 0 # unsigned number
2427 # Use a negative number for absolute thresholds.
2430 align_var_struct_thresh = 0 # number
2433 align_var_struct_gap = 0 # unsigned number
2438 align_struct_init_span = 0 # unsigned number
2443 align_typedef_span = 0 # unsigned number
2446 align_typedef_gap = 0 # unsigned number
2453 align_typedef_func = 0 # unsigned number
2461 align_typedef_star_style = 0 # unsigned number
2469 align_typedef_amp_style = 0 # unsigned number
2474 align_right_cmt_span = 0 # unsigned number
2476 # Minimum number of columns between preceding text and a trailing comment in
2479 align_right_cmt_gap = 0 # unsigned number
2493 align_right_cmt_at_col = 0 # unsigned number
2498 align_func_proto_span = 0 # unsigned number
2501 # Use a negative number for absolute thresholds.
2504 align_func_proto_thresh = 0 # number
2507 align_func_proto_gap = 0 # unsigned number
2526 align_single_line_brace_gap = 0 # unsigned number
2531 align_oc_msg_spec_span = 0 # unsigned number
2544 align_pp_define_span = 0 # unsigned number
2547 align_pp_define_gap = 0 # unsigned number
2561 align_oc_msg_colon_span = 0 # unsigned number
2581 cmt_width = 0 # unsigned number
2588 cmt_reflow_mode = 1 # unsigned number
2631 # The number of spaces to insert at the start of subsequent comment lines.
2632 cmt_sp_before_star_cont = 0 # unsigned number
2634 # The number of spaces to insert after the star on subsequent comment lines.
2635 cmt_sp_after_star_cont = 0 # unsigned number
2648 cmt_multi_first_len_minimum = 4 # unsigned number
2738 mod_full_brace_nl = 0 # unsigned number
2769 # If a function body exceeds the specified number of newlines and doesn't have
2771 mod_add_long_function_closebrace_comment = 0 # unsigned number
2773 # If a namespace body exceeds the specified number of newlines and doesn't
2775 mod_add_long_namespace_closebrace_comment = 0 # unsigned number
2777 # If a class body exceeds the specified number of newlines and doesn't have a
2779 mod_add_long_class_closebrace_comment = 0 # unsigned number
2781 # If a switch body exceeds the specified number of newlines and doesn't have a
2783 mod_add_long_switch_closebrace_comment = 0 # unsigned number
2785 # If an #ifdef body exceeds the specified number of newlines and doesn't have
2787 mod_add_long_ifdef_endif_comment = 0 # unsigned number
2789 # If an #ifdef or #else body exceeds the specified number of newlines and
2791 mod_add_long_ifdef_else_comment = 0 # unsigned number
2846 mod_sort_oc_property_class_weight = 0 # number
2849 mod_sort_oc_property_thread_safe_weight = 0 # number
2852 mod_sort_oc_property_readwrite_weight = 0 # number
2856 mod_sort_oc_property_reference_weight = 0 # number
2859 mod_sort_oc_property_getter_weight = 0 # number
2862 mod_sort_oc_property_setter_weight = 0 # number
2866 mod_sort_oc_property_nullability_weight = 0 # number
2880 # Specifies the number of columns to indent preprocessors per level
2882 # the number of columns to indent preprocessors per level
2886 pp_indent_count = 1 # unsigned number
2891 # Sets the number of spaces per level added with pp_space.
2892 pp_space_count = 0 # unsigned number
2896 pp_indent_region = 0 # number
2906 pp_indent_if = 0 # number
3025 warn_level_tabs_found_in_verbatim_string_literals = 2 # unsigned number
3027 # Limit the number of loops.
3030 debug_max_number_of_loops = 0 # number
3032 # Set the number of the line to protocol;
3035 debug_line_number_to_protocol = 0 # number