KDSPDSetup
Small library to initialize spdlog loggers from a toml configuration file.
|
Go to the source code of this file.
Variables | |
dictionary | additional_commands |
dictionary | override_spec = {} |
list | vartags = [] |
list | proptags = [] |
bool | disable = False |
int | line_width = 120 |
int | tab_size = 4 |
bool | use_tabchars = False |
string | fractional_tab_policy = 'use-space' |
int | max_subgroups_hwrap = 2 |
int | max_pargs_hwrap = 4 |
int | max_rows_cmdline = 2 |
bool | separate_ctrl_name_with_space = False |
bool | separate_fn_name_with_space = False |
bool | dangle_parens = True |
string | dangle_align = 'prefix' |
int | min_prefix_chars = 4 |
int | max_prefix_chars = 10 |
int | max_lines_hwrap = 2 |
string | line_ending = 'unix' |
string | command_case = 'lower' |
string | keyword_case = 'upper' |
list | always_wrap |
bool | enable_sort = True |
bool | autosort = True |
bool | require_valid_layout = False |
dictionary | layout_passes = {} |
string | bullet_char = '*' |
string | enum_char = '.' |
bool | first_comment_is_literal = False |
literal_comment_pattern = None | |
string | fence_pattern = '^\\s*([`~]{3}[`~]*)(.*)$' |
string | ruler_pattern = '^\\s*[^\\w\\s]{3}.*[^\\w\\s]{3}$' |
string | explicit_trailing_pattern = '#<' |
int | hashruler_min_length = 10 |
bool | canonicalize_hashrulers = True |
bool | enable_markup = False |
list | disabled_codes = [] |
string | function_pattern = '[0-9a-z_]+' |
string | macro_pattern = '[0-9a-z_]+' |
string | global_var_pattern = '[A-Z][0-9A-Z_]+' |
string | internal_var_pattern = '[A-Z][0-9A-Z_]+' |
string | local_var_pattern = '[_A-Za-z][A-Za-z0-9_]+' |
string | private_var_pattern = '[0-9a-z_]+' |
string | public_var_pattern = '.*' |
string | argument_var_pattern = '[a-z_][a-z0-9_]+' |
string | keyword_pattern = '[A-Z][0-9A-Z_]+' |
int | max_conditionals_custom_parser = 2 |
int | min_statement_spacing = 1 |
int | max_statement_spacing = 2 |
int | max_returns = 6 |
int | max_branches = 15 |
int | max_arguments = 10 |
int | max_localvars = 15 |
int | max_statements = 50 |
bool | emit_byteorder_mark = False |
string | input_encoding = 'utf-8' |
string | output_encoding = 'utf-8' |
dictionary | per_command = {} |
dictionary additional_commands |
Definition at line 7 of file .cmake-format.py.
list always_wrap |
Definition at line 97 of file .cmake-format.py.
string argument_var_pattern = '[a-z_][a-z0-9_]+' |
Definition at line 198 of file .cmake-format.py.
bool autosort = True |
Definition at line 106 of file .cmake-format.py.
string bullet_char = '*' |
Definition at line 124 of file .cmake-format.py.
bool canonicalize_hashrulers = True |
Definition at line 157 of file .cmake-format.py.
string command_case = 'lower' |
Definition at line 91 of file .cmake-format.py.
string dangle_align = 'prefix' |
Definition at line 72 of file .cmake-format.py.
bool dangle_parens = True |
Definition at line 66 of file .cmake-format.py.
bool disable = False |
Definition at line 25 of file .cmake-format.py.
list disabled_codes = [] |
Definition at line 168 of file .cmake-format.py.
bool emit_byteorder_mark = False |
Definition at line 225 of file .cmake-format.py.
bool enable_markup = False |
Definition at line 160 of file .cmake-format.py.
bool enable_sort = True |
Definition at line 102 of file .cmake-format.py.
string enum_char = '.' |
Definition at line 127 of file .cmake-format.py.
string explicit_trailing_pattern = '#<' |
Definition at line 148 of file .cmake-format.py.
string fence_pattern = '^\\s*([`~]{3}[`~]*)(.*)$' |
Definition at line 140 of file .cmake-format.py.
bool first_comment_is_literal = False |
Definition at line 132 of file .cmake-format.py.
string fractional_tab_policy = 'use-space' |
Definition at line 44 of file .cmake-format.py.
string function_pattern = '[0-9a-z_]+' |
Definition at line 171 of file .cmake-format.py.
string global_var_pattern = '[A-Z][0-9A-Z_]+' |
Definition at line 178 of file .cmake-format.py.
int hashruler_min_length = 10 |
Definition at line 153 of file .cmake-format.py.
string input_encoding = 'utf-8' |
Definition at line 228 of file .cmake-format.py.
string internal_var_pattern = '[A-Z][0-9A-Z_]+' |
Definition at line 182 of file .cmake-format.py.
string keyword_case = 'upper' |
Definition at line 94 of file .cmake-format.py.
string keyword_pattern = '[A-Z][0-9A-Z_]+' |
Definition at line 202 of file .cmake-format.py.
dictionary layout_passes = {} |
Definition at line 116 of file .cmake-format.py.
string line_ending = 'unix' |
Definition at line 88 of file .cmake-format.py.
int line_width = 120 |
Definition at line 28 of file .cmake-format.py.
literal_comment_pattern = None |
Definition at line 136 of file .cmake-format.py.
string local_var_pattern = '[_A-Za-z][A-Za-z0-9_]+' |
Definition at line 186 of file .cmake-format.py.
string macro_pattern = '[0-9a-z_]+' |
Definition at line 174 of file .cmake-format.py.
int max_arguments = 10 |
Definition at line 215 of file .cmake-format.py.
int max_branches = 15 |
Definition at line 214 of file .cmake-format.py.
int max_conditionals_custom_parser = 2 |
Definition at line 206 of file .cmake-format.py.
int max_lines_hwrap = 2 |
Definition at line 85 of file .cmake-format.py.
int max_localvars = 15 |
Definition at line 216 of file .cmake-format.py.
int max_pargs_hwrap = 4 |
Definition at line 52 of file .cmake-format.py.
int max_prefix_chars = 10 |
Definition at line 81 of file .cmake-format.py.
int max_returns = 6 |
Definition at line 213 of file .cmake-format.py.
int max_rows_cmdline = 2 |
Definition at line 56 of file .cmake-format.py.
int max_statement_spacing = 2 |
Definition at line 212 of file .cmake-format.py.
int max_statements = 50 |
Definition at line 217 of file .cmake-format.py.
int max_subgroups_hwrap = 2 |
Definition at line 48 of file .cmake-format.py.
int min_prefix_chars = 4 |
Definition at line 76 of file .cmake-format.py.
int min_statement_spacing = 1 |
Definition at line 209 of file .cmake-format.py.
string output_encoding = 'utf-8' |
Definition at line 232 of file .cmake-format.py.
dictionary override_spec = {} |
Definition at line 11 of file .cmake-format.py.
dictionary per_command = {} |
Definition at line 241 of file .cmake-format.py.
string private_var_pattern = '[0-9a-z_]+' |
Definition at line 190 of file .cmake-format.py.
list proptags = [] |
Definition at line 17 of file .cmake-format.py.
string public_var_pattern = '.*' |
Definition at line 194 of file .cmake-format.py.
bool require_valid_layout = False |
Definition at line 112 of file .cmake-format.py.
string ruler_pattern = '^\\s*[^\\w\\s]{3}.*[^\\w\\s]{3}$' |
Definition at line 144 of file .cmake-format.py.
bool separate_ctrl_name_with_space = False |
Definition at line 59 of file .cmake-format.py.
bool separate_fn_name_with_space = False |
Definition at line 62 of file .cmake-format.py.
int tab_size = 4 |
Definition at line 31 of file .cmake-format.py.
bool use_tabchars = False |
Definition at line 37 of file .cmake-format.py.
list vartags = [] |
Definition at line 14 of file .cmake-format.py.