Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to insert a tab in windows command prompt when you want to use tabs for indentation #46

Open
Roald87 opened this issue Aug 22, 2020 · 0 comments
Labels
cli Issues related to TcBlackCLI question Further information is requested

Comments

@Roald87
Copy link
Owner

Roald87 commented Aug 22, 2020

I could not figure out how to format using the tab as an indentation in the windows command prompt. I tried:

  • pasting it and turning on/off the option where special characters are converted in the command prompt properties
  • using --indentation "\t"

The work around I found was to make a bat file with the following content and run that one.

> TcBlack.exe --indentation "	" -p C:\Some\Project\PLC.plcproj 
@Roald87 Roald87 added cli Issues related to TcBlackCLI question Further information is requested labels Apr 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cli Issues related to TcBlackCLI question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant