3 lines
302 B
Python
3 lines
302 B
Python
execute_on_save = False # Automatically execute a script every time you save
|
|
use_external_editor = False # Automatically reloads and executes a file when an external change is made
|
|
max_line_length = 79 # The number of characters per line that is allowed before a warning is given |