5 lines
377 B
Python
5 lines
377 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
|
|
font_size = 10 # Sets the font size of the Python editor
|