forked from VimPlug/jedi
16 lines
280 B
Python
16 lines
280 B
Python
# ----------------
|
|
# dynamic stuff
|
|
# ----------------
|
|
|
|
dynamic_arrays_instances = True
|
|
dynamic_array_additions = True
|
|
dynamic_params = True
|
|
|
|
# ----------------
|
|
# recursions
|
|
# ----------------
|
|
|
|
max_function_recursion_level = 5
|
|
max_until_execution_unique = 50
|
|
max_executions = 5000
|