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
scripts/style.sh is based on clang-format and we have it set up to format our Objective-C, Objective-C++, and C++ code. Extending this to format .swift files broke them horribly.
SwiftFormat looks promising. We should integrate it into scripts/style.sh for swift sources.
The text was updated successfully, but these errors were encountered:
scripts/style.sh
is based onclang-format
and we have it set up to format our Objective-C, Objective-C++, and C++ code. Extending this to format.swift
files broke them horribly.SwiftFormat looks promising. We should integrate it into
scripts/style.sh
for swift sources.The text was updated successfully, but these errors were encountered: