You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would appear that multiple tools prefer to feed swift-format via stdin.
Currently, swift-format seems to use the default configuration unless a file is specified on the CLI, when formatting a file from stdin. It would be preferable if the utility would find the configuration with the normal logic, but based on the CWD, when reading a file from stdin.
From a cursory look, this shouldn't be too hard to implement. I'll see if I can do it.
The text was updated successfully, but these errors were encountered:
It would appear that multiple tools prefer to feed swift-format via stdin.
Currently, swift-format seems to use the default configuration unless a file is specified on the CLI, when formatting a file from stdin. It would be preferable if the utility would find the configuration with the normal logic, but based on the CWD, when reading a file from stdin.
From a cursory look, this shouldn't be too hard to implement. I'll see if I can do it.
The text was updated successfully, but these errors were encountered: