Swimat
Swimat copied to clipboard
An Xcode formatter plug-in to format your swift code.
**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.  **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"
Is it possible?
**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...