From 4709e676275000f01975aa433f702e825d6a2353 Mon Sep 17 00:00:00 2001 From: Gordon Fontenot Date: Wed, 9 Aug 2017 12:26:38 -0500 Subject: Add support for SwiftFormat as a fixer SwiftFormat is a tool that can be used to format Swift files. This commit adds support for using SwiftFormat as a fixer from ALE. It looks for executables in the Pods directory, then the Pods directory for a React Native project, then finally falls back to the globally installed instance if neither of those were found. https://github.com/nicklockwood/SwiftFormat --- test/command_callback/swift_paths/dummy.swift | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 test/command_callback/swift_paths/dummy.swift (limited to 'test/command_callback/swift_paths/dummy.swift') diff --git a/test/command_callback/swift_paths/dummy.swift b/test/command_callback/swift_paths/dummy.swift new file mode 100644 index 00000000..e69de29b -- cgit v1.2.3