Kevin Doremy

Results 1 issues of Kevin Doremy

**Initial Swift code:** ```swift Text("") .padding(EdgeInsets(top: 0, leading: 0, bottom: 0, trailing: 0) ) ``` **Expected result using `swiftformat file.swift --wraparguments after-first`:** ```swift Text("") .padding(EdgeInsets(top: 0, leading: 0, bottom: 0,...