Data Structures | |
| class | _clang_format_options |
Variables | |
| _clang_format = _clang_format_options() | |
| dict | additional_commands |
| bool | first_comment_is_literal = True |
| bool | enable_markup = False |
| bool | disable = False |
| line_width = int(_clang_format["ColumnLimit"]) | |
| tab_size = int(_clang_format["IndentWidth"]) | |
| use_tabchars | |
| bool | separate_ctrl_name_with_space = False |
| bool | separate_fn_name_with_space = False |
| bool | dangle_parens = False |
| min_prefix_chars = tab_size | |
| int | max_prefix_chars = 3 * tab_size |
| str | line_ending = "unix" |
| str | command_case = "canonical" |
| str | keyword_case = "upper" |
| int | max_arguments = 6 |
| int | max_localvars = 20 |
| int | max_statements = 75 |
|
protected |
| dict additional_commands |
| str command_case = "canonical" |
| bool dangle_parens = False |
| bool disable = False |
| bool enable_markup = False |
| bool first_comment_is_literal = True |
| str keyword_case = "upper" |
| str line_ending = "unix" |
| line_width = int(_clang_format["ColumnLimit"]) |
| int max_arguments = 6 |
| int max_localvars = 20 |
| int max_prefix_chars = 3 * tab_size |
| int max_statements = 75 |
| min_prefix_chars = tab_size |
| bool separate_ctrl_name_with_space = False |
| bool separate_fn_name_with_space = False |
| tab_size = int(_clang_format["IndentWidth"]) |
| use_tabchars |