Data Structures | |
class | _clang_format_options |
Variables | |
dictionary | 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 |
string | line_ending = "unix" |
string | command_case = "canonical" |
string | keyword_case = "upper" |
int | max_arguments = 6 |
int | max_localvars = 20 |
int | max_statements = 75 |
dictionary additional_commands |
string command_case = "canonical" |
bool dangle_parens = False |
bool disable = False |
bool enable_markup = False |
bool first_comment_is_literal = True |
string keyword_case = "upper" |
string 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"]) |