Open Roald87 opened 4 years ago
I could not figure out how to format using the tab as an indentation in the windows command prompt. I tried:
--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
I could not figure out how to format using the tab as an indentation in the windows command prompt. I tried:
--indentation "\t"
The work around I found was to make a bat file with the following content and run that one.