4 lines
394 B
Python
4 lines
394 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
|
|
tabbed_mode = True # Whether or not the editor should make use of FreeCAD tabs |