cligenerator
cligenerator copied to clipboard
generate code is tab indented
Steps to reproduce:
- open pycharm and type in a new file the code example from github front page.
- run to generate the code
Expected: The generated code to have consistent indentation. Actual: The generated code is tab indented while the typed code is space indented (pycharm default).
Technically, the generated code to be tab-intended is the expected result.
Still, so you want it to detect the indentation of the result?
@GuyKroizman Your response, please?