Vector Optimized Library of Kernels  3.1.2
Architecture-tuned implementations of math kernels
/tmp/B.igogtxva/BUILD/volk-3.1.2-build/volk-3.1.2/.cmake-format.py File Reference

Data Structures

class  _clang_format_options
 

Variables

tuple _clang_format = _clang_format_options()
 
dictionary additional_commands
 
 first_comment_is_literal = True
 
 enable_markup = False
 
 disable = False
 
tuple line_width = int(_clang_format["ColumnLimit"])
 
tuple tab_size = int(_clang_format["IndentWidth"])
 
list use_tabchars = _clang_format["UseTab"]
 
 separate_ctrl_name_with_space = False
 
 separate_fn_name_with_space = False
 
 dangle_parens = False
 
 min_prefix_chars = tab_size
 
int max_prefix_chars = 3
 
string line_ending = "unix"
 
string command_case = "canonical"
 
string keyword_case = "upper"
 
int max_arguments = 6
 
int max_localvars = 20
 
int max_statements = 75
 

Variable Documentation

tuple _clang_format = _clang_format_options()
dictionary additional_commands
Initial value:
1 = {
2  'gr_python_install': {
3  'flags': [],
4  'kwargs': {
5  "PROGRAMS": "*",
6  "FILES": "*",
7  "DESTINATION": "*"
8  }
9  },
10  }
string command_case = "canonical"
dangle_parens = False
disable = False
enable_markup = False
first_comment_is_literal = True
string keyword_case = "upper"
string line_ending = "unix"
tuple line_width = int(_clang_format["ColumnLimit"])
int max_arguments = 6
int max_localvars = 20
int max_prefix_chars = 3
int max_statements = 75
min_prefix_chars = tab_size
separate_ctrl_name_with_space = False
separate_fn_name_with_space = False
tuple tab_size = int(_clang_format["IndentWidth"])
list use_tabchars = _clang_format["UseTab"]