NodeToPython
NodeToPython copied to clipboard
Indentation option
Allow user to select between spaces/tabs. Blender itself recommends PEP 8 for addons, which prefers 4 spaces for each indentation level. This should probably be the default (sorry tabs fans, myself included).
There can also probably be an option for the number of spaces to use