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
Fix infinite searching for .swift-format file on Linux
Due to swiftlang/swift-foundation#980, the we may end up with a `path == ""` instead of `/`.
We didn’t catch this in the test because we only end up with an empty path when searching for a `.swift-format` file from a `.swift-file` that was not at the root of a directory.
0 commit comments