Swimat icon indicating copy to clipboard operation
Swimat copied to clipboard

An Xcode formatter plug-in to format your swift code.

Results 24 Swimat issues
Sort by recently updated
recently updated
newest added

**What is the issue** Formatting SwiftUI code in a project where both Tab and Indent widths set to 2, results in modifiers code get positioned slightly misaligned. ![Screenshot 2022-05-29 at...

**Switch indentation is incorrect if there is no line before it** **Expected behavior: Normal indentation** in the image attached, there is no line before the first switch, so its indentation...

I am using the SwiftParser and all of it's associated classes from a Mac app Xcode project, and am initialising it and passing in the unformatted Swift String, and setting...

![image](https://user-images.githubusercontent.com/5105572/114355743-6cf5fe00-9ba2-11eb-9e3c-8d5f6ffc3360.png) **Expected behavior** no space before and after the dot

it separates minuses and pluses from the number/variable following them which introduces errors. ex "-1" -> "- 1"

**What is the issue** Swimat's indentation seems to behave incorrectly with lines beginning with `.` which are inferring a type. For example: func myFunction() -> MyClass { .init( myParam: someValue...

**What is the issue** Trying to run the application but getting the following: “Swimat” can’t be opened because Apple cannot check it for malicious software. **Expected behavior** Needs to be...

Using Swimat Version 1.6.2 (20) with XCode 10.1. The following is a Swimat output when not using a trailing closure. ```swift Observable.combineLatest(self.stepName, self.stepDuration, resultSelector: { name, duration -> Bool in...

Same issue here, on macOS 10.14.6 Xcode 10.3 Everything above tried, doesn't help. `2019-09-04 10:43:58.881263+0800 Xcode[22580:424844] [MT] DVTPlugInManager: Required plug-in compatibility UUID B89EAABF-783E-4EBF-80D4-A9EAC69F77F2 for KSImageNamed.ideplugin (com.ksuther.KSImageNamed) not present 2019-09-04 10:43:59.344101+0800...