INGInious icon indicating copy to clipboard operation
INGInious copied to clipboard

[frontend] Fixing indentation problems + indentation preferences

Open AlexandreDoneux opened this issue 1 year ago • 0 comments

Tab indentation is not usable in python because of Python inability to mix spaces and tabs for indentation (see issue #323).

This PR fixes this by giving the user the choice of the type of indentation it desires (2, 3, 4 spaces or 4 space tabs). This applies to the tab key and auto-indent.

AlexandreDoneux avatar Feb 27 '24 14:02 AlexandreDoneux