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
When running swift-format I'm encountering the following issue where the SwiftUI modifier (.textInputAutocapitalization, located inside the #if !os(macOS) block) is un-indented instead of being left alone.
Linting on the same code returns warning: [Indentation] unindent by 4 spaces.
When running
swift-format
I'm encountering the following issue where the SwiftUI modifier (.textInputAutocapitalization
, located inside the#if !os(macOS)
block) is un-indented instead of being left alone.Linting on the same code returns
warning: [Indentation] unindent by 4 spaces
.Here is my
.swift-format
file:The command I am running is
swift format -irp .
with Xcode 16 (16A242).The text was updated successfully, but these errors were encountered: