Open justinchuby opened 1 year ago
The comment
# init_command = [ # 'python', # 'examples/pytorch/s3_init.py', # '--config-json=examples/pytorch/s3_init_config.json', # '--linter=clang-format', # '--dry-run={{DRYRUN}}', # '--output-dir=.lintbin', # '--output-name=clang-format', # ]
is formatted as
It would be great if the leading spaces are preserved.
agreed, another related option could be "--no-comment-format" or similar to leave comments alone
The comment
is formatted as
It would be great if the leading spaces are preserved.