I sthere any support for smart indentation
(indentation reltive to current indentation) for python,
so that the code to be included does not need to know
how deeply indeted it needs to be?
thanks
Daniel
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I sthere any support for smart indentation
(indentation reltive to current indentation) for python,
so that the code to be included does not need to know
how deeply indeted it needs to be?
thanks
Daniel
fp does not handle indentation.
General Python indentation is handled e.g. by Emacs.