SwiftFormat v0.35.1 Release Notes

Release Date: 2018-08-08 // over 5 years ago
    • โž• Added support for hierarchical config files with a standard naming convention (see README for details)
    • ๐Ÿ”ง You can now specify excluded file paths and file options such as --symlinks in configuration files
    • ๐Ÿ”ง Standard .swiftformat configuration files are now visible in the SwiftFormat for Xcode open/save dialogs
    • ๐Ÿ”ง The .swiftformat configuration file can now contain comments, which are marked using a hash (#) character
    • ๐Ÿ‘Œ Improved cache invalidation. It should no longer be necessary to disable the cache in some cases
    • โœ‚ Removed Indent from the SwiftFormat for Xcode options, as this is configured using Xcode project settings
    • ๐Ÿ›  Fixed indent inference (really this time!)