Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
SwiftFormat
A command-line tool and Xcode Extension for formatting Swift code
Collective -
Host: opensource -
https://opencollective.com/swiftformat
- Code: https://github.com/nicklockwood/SwiftFormat
Use a minimum edit distance proportional to the length of the string
github.com/nicklockwood/SwiftFormat - 1c99493c18767f18db662c6a2b00afa443498c5e authored over 4 years ago by Cal Stephens <[email protected]>
github.com/nicklockwood/SwiftFormat - 1c99493c18767f18db662c6a2b00afa443498c5e authored over 4 years ago by Cal Stephens <[email protected]>
Only attempt to update mark comments at the top level of a type body
github.com/nicklockwood/SwiftFormat - 143d4b39f4986c3dfd3fbcc86eeb26e4fa6ddcbe authored over 4 years ago by Cal Stephens <[email protected]>
github.com/nicklockwood/SwiftFormat - 143d4b39f4986c3dfd3fbcc86eeb26e4fa6ddcbe authored over 4 years ago by Cal Stephens <[email protected]>
Stop inserting blank lines at the top and bottom of type bodies
github.com/nicklockwood/SwiftFormat - ccbb0f3f35ba94a1e2c44cba4f7d87e03b2ff264 authored over 4 years ago by Cal Stephens <[email protected]>
github.com/nicklockwood/SwiftFormat - ccbb0f3f35ba94a1e2c44cba4f7d87e03b2ff264 authored over 4 years ago by Cal Stephens <[email protected]>
Use the Levenshtein edit distance to correct misspelled marks
github.com/nicklockwood/SwiftFormat - 957423e501a946de900c05ae592829428ee61a3b authored over 4 years ago by Cal Stephens <[email protected]>
github.com/nicklockwood/SwiftFormat - 957423e501a946de900c05ae592829428ee61a3b authored over 4 years ago by Cal Stephens <[email protected]>
Group typealiases with types instead of properties
github.com/nicklockwood/SwiftFormat - 1d3aa6f36e6fe49c43da4405d2263583d6eb1d40 authored over 4 years ago by Cal Stephens <[email protected]>
github.com/nicklockwood/SwiftFormat - 1d3aa6f36e6fe49c43da4405d2263583d6eb1d40 authored over 4 years ago by Cal Stephens <[email protected]>
Fix bug in `isStartOfClosure()` with property closures
github.com/nicklockwood/SwiftFormat - fb4787cba0ff653173bd82eaaaa90ed7d2042ed5 authored over 4 years ago by Nick Lockwood <[email protected]>
github.com/nicklockwood/SwiftFormat - fb4787cba0ff653173bd82eaaaa90ed7d2042ed5 authored over 4 years ago by Nick Lockwood <[email protected]>
Allow continuation of lines in the configuration file (#720)
Given a line suffixed by a continuation character `\`, the `\` will be removed from its end and ...
github.com/nicklockwood/SwiftFormat - 3e44e8e1e308acbfa48f12184ca37fccb6bc826e authored over 4 years ago by Danny Mösch <[email protected]>
Clean up print statement that prints newlines while formatting (#723)
github.com/nicklockwood/SwiftFormat - 1fdbbb0fd133f0d7e59c1cb912ea045b95663b25 authored over 4 years ago by Cal Stephens <[email protected]>
github.com/nicklockwood/SwiftFormat - 1fdbbb0fd133f0d7e59c1cb912ea045b95663b25 authored over 4 years ago by Cal Stephens <[email protected]>
Updated for 0.46.0 release
github.com/nicklockwood/SwiftFormat - e8c1afacec1cbb3e7957a384fb28e62eab014b48 authored over 4 years ago by Nick Lockwood <[email protected]>
github.com/nicklockwood/SwiftFormat - e8c1afacec1cbb3e7957a384fb28e62eab014b48 authored over 4 years ago by Nick Lockwood <[email protected]>
Fix OptionDescriptor.isRenamed logic
github.com/nicklockwood/SwiftFormat - b9aab406621377ca3681f7fccea6c0c0b96772ed authored over 4 years ago by Nick Lockwood <[email protected]>
github.com/nicklockwood/SwiftFormat - b9aab406621377ca3681f7fccea6c0c0b96772ed authored over 4 years ago by Nick Lockwood <[email protected]>
Extract `organizeDeclarations` logic to work around compiler segfault
github.com/nicklockwood/SwiftFormat - adcb27ed0255612504660c90c6be1d9eedb492f1 authored over 4 years ago by Nick Lockwood <[email protected]>
github.com/nicklockwood/SwiftFormat - adcb27ed0255612504660c90c6be1d9eedb492f1 authored over 4 years ago by Nick Lockwood <[email protected]>
Disable broken test for this release
github.com/nicklockwood/SwiftFormat - 7dfc8f66743c600ad28864aabf4ed1c3701c9f0a authored over 4 years ago by Nick Lockwood <[email protected]>
github.com/nicklockwood/SwiftFormat - 7dfc8f66743c600ad28864aabf4ed1c3701c9f0a authored over 4 years ago by Nick Lockwood <[email protected]>
Update organizeDeclarations rule to correctly parse more cases of instancePropertyWithBody (#716)
github.com/nicklockwood/SwiftFormat - d9bcef0b05fd9bed9c4a2cab595fcfe516264e4c authored over 4 years ago by Cal Stephens <[email protected]>
github.com/nicklockwood/SwiftFormat - d9bcef0b05fd9bed9c4a2cab595fcfe516264e4c authored over 4 years ago by Cal Stephens <[email protected]>
Xcode Ext - Fixes restoring of selections position in Xcode 12
github.com/nicklockwood/SwiftFormat - 508710dc26e13526f4731369a55fe1f47ab20e99 authored over 4 years ago by George Cox <[email protected]>
github.com/nicklockwood/SwiftFormat - 508710dc26e13526f4731369a55fe1f47ab20e99 authored over 4 years ago by George Cox <[email protected]>
Add support for class properties
github.com/nicklockwood/SwiftFormat - 4ade2df8a5f47894676faa1aeb330c955ea2a3cb authored over 4 years ago by Cal Stephens <[email protected]>
github.com/nicklockwood/SwiftFormat - 4ade2df8a5f47894676faa1aeb330c955ea2a3cb authored over 4 years ago by Cal Stephens <[email protected]>
Patch issue where comment at end of category would get moved
github.com/nicklockwood/SwiftFormat - 9369f3d9715f2910f5d3c15a7ecf96a72a5229d8 authored over 4 years ago by Cal Stephens <[email protected]>
github.com/nicklockwood/SwiftFormat - 9369f3d9715f2910f5d3c15a7ecf96a72a5229d8 authored over 4 years ago by Cal Stephens <[email protected]>
Add a search bar to filter rules
github.com/nicklockwood/SwiftFormat - 125edef7e8a9144aa0f72780d6cb7dbd43222391 authored over 4 years ago by Vikram Kriplaney <[email protected]>
github.com/nicklockwood/SwiftFormat - 125edef7e8a9144aa0f72780d6cb7dbd43222391 authored over 4 years ago by Vikram Kriplaney <[email protected]>
Remove spurious isEnabled check
github.com/nicklockwood/SwiftFormat - 73c924e9fb2a5be1ca1e78da94c254a2f8f58911 authored over 4 years ago by Nick Lockwood <[email protected]>
github.com/nicklockwood/SwiftFormat - 73c924e9fb2a5be1ca1e78da94c254a2f8f58911 authored over 4 years ago by Nick Lockwood <[email protected]>
Don't remove category separators from types that aren't being organized
github.com/nicklockwood/SwiftFormat - a8b4681c8bf7e462c87e5a1d03756bf45c56f1aa authored over 4 years ago by Cal Stephens <[email protected]>
github.com/nicklockwood/SwiftFormat - a8b4681c8bf7e462c87e5a1d03756bf45c56f1aa authored over 4 years ago by Cal Stephens <[email protected]>
Fix spurious space insertion
github.com/nicklockwood/SwiftFormat - 894b486f48dc23226219dd00f5283c306c876d0e authored over 4 years ago by Nick Lockwood <[email protected]>
github.com/nicklockwood/SwiftFormat - 894b486f48dc23226219dd00f5283c306c876d0e authored over 4 years ago by Nick Lockwood <[email protected]>
Fix xcode indenting for wrapped method chains
github.com/nicklockwood/SwiftFormat - 0015ca4f072725a935a5086d20a1456d09359804 authored over 4 years ago by Nick Lockwood <[email protected]>
github.com/nicklockwood/SwiftFormat - 0015ca4f072725a935a5086d20a1456d09359804 authored over 4 years ago by Nick Lockwood <[email protected]>
Fix issues where open declarations would be parsed as internal
github.com/nicklockwood/SwiftFormat - e0f09b82cdc2e63ca3cd3f8db651ee373e01d307 authored over 4 years ago by Cal Stephens <[email protected]>
github.com/nicklockwood/SwiftFormat - e0f09b82cdc2e63ca3cd3f8db651ee373e01d307 authored over 4 years ago by Cal Stephens <[email protected]>
Add auto-suggestions for mistyped commands
github.com/nicklockwood/SwiftFormat - f48cb383bd74cd10907a62215250aed9a06e9d5b authored over 4 years ago by Nick Lockwood <[email protected]>
github.com/nicklockwood/SwiftFormat - f48cb383bd74cd10907a62215250aed9a06e9d5b authored over 4 years ago by Nick Lockwood <[email protected]>
Improve behavior of command-line flags
github.com/nicklockwood/SwiftFormat - e2b99ccdf1106a6047d5c7cb3970e7f59cd5f451 authored over 4 years ago by Nick Lockwood <[email protected]>
github.com/nicklockwood/SwiftFormat - e2b99ccdf1106a6047d5c7cb3970e7f59cd5f451 authored over 4 years ago by Nick Lockwood <[email protected]>
Rename `multilineSwitchCases` rule to `wrapSwitchCases`
github.com/nicklockwood/SwiftFormat - 0765da5f9d4bcb7b4a0fce8d97d993a00f7abc07 authored over 4 years ago by Nick Lockwood <[email protected]>
github.com/nicklockwood/SwiftFormat - 0765da5f9d4bcb7b4a0fce8d97d993a00f7abc07 authored over 4 years ago by Nick Lockwood <[email protected]>
Fix @unknown case indenting
github.com/nicklockwood/SwiftFormat - a991adfb622622423c0cca2b9fffc973b4b182ef authored over 4 years ago by Nick Lockwood <[email protected]>
github.com/nicklockwood/SwiftFormat - a991adfb622622423c0cca2b9fffc973b4b182ef authored over 4 years ago by Nick Lockwood <[email protected]>
Rename `multilineEnumCases` rule to `wrapEnumCases`
github.com/nicklockwood/SwiftFormat - 8202a5ab203b7607b70b0c2da940bbdd17cf7203 authored over 4 years ago by Nick Lockwood <[email protected]>
github.com/nicklockwood/SwiftFormat - 8202a5ab203b7607b70b0c2da940bbdd17cf7203 authored over 4 years ago by Nick Lockwood <[email protected]>
Properly distinguish between stored and computed properties
github.com/nicklockwood/SwiftFormat - bf5a72f18d091726bbb74429b42e7441670bb4a2 authored over 4 years ago by Cal Stephens <[email protected]>
github.com/nicklockwood/SwiftFormat - bf5a72f18d091726bbb74429b42e7441670bb4a2 authored over 4 years ago by Cal Stephens <[email protected]>
Don't insert category separators when there's only one category
github.com/nicklockwood/SwiftFormat - d3761102653d4504b64898c4794bd44ac91d55d0 authored over 4 years ago by Cal Stephens <[email protected]>
github.com/nicklockwood/SwiftFormat - d3761102653d4504b64898c4794bd44ac91d55d0 authored over 4 years ago by Cal Stephens <[email protected]>
Fix assertion failure
github.com/nicklockwood/SwiftFormat - 69bc86cac9ad406f9bede028755024bacf0663bc authored over 4 years ago by Nick Lockwood <[email protected]>
github.com/nicklockwood/SwiftFormat - 69bc86cac9ad406f9bede028755024bacf0663bc authored over 4 years ago by Nick Lockwood <[email protected]>
Improve deprecation and disabling mechanisms
github.com/nicklockwood/SwiftFormat - 23c8f7bdb568a1bcd4a815fea65aca8dd9a93060 authored over 4 years ago by Nick Lockwood <[email protected]>
github.com/nicklockwood/SwiftFormat - 23c8f7bdb568a1bcd4a815fea65aca8dd9a93060 authored over 4 years ago by Nick Lockwood <[email protected]>
Dont reorder struct properties that affect the synthesized memberwise init
github.com/nicklockwood/SwiftFormat - c205fae6fbf7415663fade04bc934f824573d474 authored over 4 years ago by Cal Stephens <[email protected]>
github.com/nicklockwood/SwiftFormat - c205fae6fbf7415663fade04bc934f824573d474 authored over 4 years ago by Cal Stephens <[email protected]>
Reduce spurious change tracking
github.com/nicklockwood/SwiftFormat - 15701ea7db2ea50aeffa2be7451befef52ca86a6 authored over 4 years ago by Nick Lockwood <[email protected]>
github.com/nicklockwood/SwiftFormat - 15701ea7db2ea50aeffa2be7451befef52ca86a6 authored over 4 years ago by Nick Lockwood <[email protected]>
Update some malformed marks to be formatted correctly (rather than being duplicated)
github.com/nicklockwood/SwiftFormat - 72b43e3a4fbe03e62c6c580b628b6e134d787039 authored over 4 years ago by Cal Stephens <[email protected]>
github.com/nicklockwood/SwiftFormat - 72b43e3a4fbe03e62c6c580b628b6e134d787039 authored over 4 years ago by Cal Stephens <[email protected]>
Simplify OptionDescriptor declaration process
github.com/nicklockwood/SwiftFormat - 65ae33433d7713e28d74789de1b584416d1b0d7b authored over 4 years ago by Nick Lockwood <[email protected]>
github.com/nicklockwood/SwiftFormat - 65ae33433d7713e28d74789de1b584416d1b0d7b authored over 4 years ago by Nick Lockwood <[email protected]>
Fix issues with symbol import declarations
github.com/nicklockwood/SwiftFormat - 58c771243b5df13eddb4eb5b5ae883811571b89c authored over 4 years ago by Cal Stephens <[email protected]>
github.com/nicklockwood/SwiftFormat - 58c771243b5df13eddb4eb5b5ae883811571b89c authored over 4 years ago by Cal Stephens <[email protected]>
Patch issues with conditional compilation blocks
github.com/nicklockwood/SwiftFormat - 86bb845123d608cc8622dc772da4a51137afaee5 authored over 4 years ago by Cal Stephens <[email protected]>
github.com/nicklockwood/SwiftFormat - 86bb845123d608cc8622dc772da4a51137afaee5 authored over 4 years ago by Cal Stephens <[email protected]>
update enum test case
github.com/nicklockwood/SwiftFormat - 90d4caa928bd63a3cd37be5fea33d5a04477fb04 authored over 4 years ago by Cal Stephens <[email protected]>
github.com/nicklockwood/SwiftFormat - 90d4caa928bd63a3cd37be5fea33d5a04477fb04 authored over 4 years ago by Cal Stephens <[email protected]>
Add a parseDeclarations test for situational keywords that appear as function or property names
github.com/nicklockwood/SwiftFormat - f953eac1881b6b4b85f4f8643998ffc78d5a9389 authored over 4 years ago by Cal Stephens <[email protected]>
github.com/nicklockwood/SwiftFormat - f953eac1881b6b4b85f4f8643998ffc78d5a9389 authored over 4 years ago by Cal Stephens <[email protected]>
Allow spaces in comma-delimited argument values
github.com/nicklockwood/SwiftFormat - e68f6cff0f43a56602712947c0155081aab98f12 authored over 4 years ago by Nick Lockwood <[email protected]>
github.com/nicklockwood/SwiftFormat - e68f6cff0f43a56602712947c0155081aab98f12 authored over 4 years ago by Nick Lockwood <[email protected]>
Fix indent bug affecting `closingParenOnSameLine`
github.com/nicklockwood/SwiftFormat - 42efebc55eeac56c608421b20ad372f934612dac authored over 4 years ago by Nick Lockwood <[email protected]>
github.com/nicklockwood/SwiftFormat - 42efebc55eeac56c608421b20ad372f934612dac authored over 4 years ago by Nick Lockwood <[email protected]>
Make sure we preserve category separators in structs with incorrect subcategory ordering (but otherwise correct category orderings)
github.com/nicklockwood/SwiftFormat - e9a3d3d28648767ab0b9034aca486da648b924c2 authored over 4 years ago by Cal Stephens <[email protected]>
github.com/nicklockwood/SwiftFormat - e9a3d3d28648767ab0b9034aca486da648b924c2 authored over 4 years ago by Cal Stephens <[email protected]>
fix issues with trailing comments
github.com/nicklockwood/SwiftFormat - 61ad0a801e300c7a645825c37922f0e7e233bcc2 authored over 4 years ago by Cal Stephens <[email protected]>
github.com/nicklockwood/SwiftFormat - 61ad0a801e300c7a645825c37922f0e7e233bcc2 authored over 4 years ago by Cal Stephens <[email protected]>
Remove `ranges` rule & undeprecate `ranges` option
github.com/nicklockwood/SwiftFormat - 3003170c107d1faa97b57771f021a64ec81a1c6a authored over 4 years ago by Nick Lockwood <[email protected]>
github.com/nicklockwood/SwiftFormat - 3003170c107d1faa97b57771f021a64ec81a1c6a authored over 4 years ago by Nick Lockwood <[email protected]>
Disable multiline case rules by default
github.com/nicklockwood/SwiftFormat - b4c048205c1782f3ec0653fdac8618b4379fe2b3 authored over 4 years ago by Nick Lockwood <[email protected]>
github.com/nicklockwood/SwiftFormat - b4c048205c1782f3ec0653fdac8618b4379fe2b3 authored over 4 years ago by Nick Lockwood <[email protected]>
Improve `redundantType` rule
github.com/nicklockwood/SwiftFormat - a77d2799deb1105d0b4e7887443c65c3290b70ec authored over 4 years ago by Nick Lockwood <[email protected]>
github.com/nicklockwood/SwiftFormat - a77d2799deb1105d0b4e7887443c65c3290b70ec authored over 4 years ago by Nick Lockwood <[email protected]>
Add Redundant type rule (#706)
github.com/nicklockwood/SwiftFormat - fa60eaf12aeb4981046bf48adbc03eb31271820f authored over 4 years ago by Facundo Menzella <[email protected]>
github.com/nicklockwood/SwiftFormat - fa60eaf12aeb4981046bf48adbc03eb31271820f authored over 4 years ago by Facundo Menzella <[email protected]>
Improve `initCoderUnavailable` rule
github.com/nicklockwood/SwiftFormat - cac3ec207cfcd7e8645e60968dadad58305475d9 authored over 4 years ago by Nick Lockwood <[email protected]>
github.com/nicklockwood/SwiftFormat - cac3ec207cfcd7e8645e60968dadad58305475d9 authored over 4 years ago by Nick Lockwood <[email protected]>
Added initCoderUnavailable rule (#700)
github.com/nicklockwood/SwiftFormat - 1ef64988b2c1381ab788e8797c417c0dfe4d502d authored over 4 years ago by Facundo Menzella <[email protected]>
github.com/nicklockwood/SwiftFormat - 1ef64988b2c1381ab788e8797c417c0dfe4d502d authored over 4 years ago by Facundo Menzella <[email protected]>
Make organizeDeclarations options non-optional
github.com/nicklockwood/SwiftFormat - e0b8c8c497bf38fbe974f31efac26d4582ffe166 authored over 4 years ago by Nick Lockwood <[email protected]>
github.com/nicklockwood/SwiftFormat - e0b8c8c497bf38fbe974f31efac26d4582ffe166 authored over 4 years ago by Nick Lockwood <[email protected]>
General refactoring
github.com/nicklockwood/SwiftFormat - 28e0caac577ef16d3c6247dde320ab60ad5204d4 authored over 4 years ago by Nick Lockwood <[email protected]>
github.com/nicklockwood/SwiftFormat - 28e0caac577ef16d3c6247dde320ab60ad5204d4 authored over 4 years ago by Nick Lockwood <[email protected]>
Add runOnceOnly option to prevent timeout
github.com/nicklockwood/SwiftFormat - ec4df7d5ae29334ad253a147691a3bc77b7b9bbf authored over 4 years ago by Nick Lockwood <[email protected]>
github.com/nicklockwood/SwiftFormat - ec4df7d5ae29334ad253a147691a3bc77b7b9bbf authored over 4 years ago by Nick Lockwood <[email protected]>
Remove rewritesEntireFile flag
github.com/nicklockwood/SwiftFormat - e1044ddd2903e5daf0b0b3f68b31e9f3ca6bed62 authored over 4 years ago by Cal Stephens <[email protected]>
github.com/nicklockwood/SwiftFormat - e1044ddd2903e5daf0b0b3f68b31e9f3ca6bed62 authored over 4 years ago by Cal Stephens <[email protected]>
Fix issues with parseDeclarations
github.com/nicklockwood/SwiftFormat - 03d1aeeede42df39b1e1e1d9270e2da5c688bb7a authored over 4 years ago by Cal Stephens <[email protected]>
github.com/nicklockwood/SwiftFormat - 03d1aeeede42df39b1e1e1d9270e2da5c688bb7a authored over 4 years ago by Cal Stephens <[email protected]>
Add test for `organizeDeclarations` bug
github.com/nicklockwood/SwiftFormat - 19919a77a6e16e0b9467511641ed5588375a6ed1 authored over 4 years ago by Nick Lockwood <[email protected]>
github.com/nicklockwood/SwiftFormat - 19919a77a6e16e0b9467511641ed5588375a6ed1 authored over 4 years ago by Nick Lockwood <[email protected]>
Add organizeDeclarations rule (#701)
github.com/nicklockwood/SwiftFormat - 84793ac92400037cb1182e158f020e18aad872c8 authored over 4 years ago by Cal Stephens <[email protected]>
github.com/nicklockwood/SwiftFormat - 84793ac92400037cb1182e158f020e18aad872c8 authored over 4 years ago by Cal Stephens <[email protected]>
Add new `void` rule example and tests
github.com/nicklockwood/SwiftFormat - 71462cfecd8ab0789c9c94561e718c63993b14c1 authored over 4 years ago by Nick Lockwood <[email protected]>
github.com/nicklockwood/SwiftFormat - 71462cfecd8ab0789c9c94561e718c63993b14c1 authored over 4 years ago by Nick Lockwood <[email protected]>
Reorganize `parseDeclarations()` tests
github.com/nicklockwood/SwiftFormat - 64c7a9998816df626c0cd83f4dde530bf697ec0f authored over 4 years ago by Nick Lockwood <[email protected]>
github.com/nicklockwood/SwiftFormat - 64c7a9998816df626c0cd83f4dde530bf697ec0f authored over 4 years ago by Nick Lockwood <[email protected]>
Improve `multilineSwitchCases` rule
github.com/nicklockwood/SwiftFormat - 9f76ede6a2df7567b11eedb865bafedcfbe96189 authored over 4 years ago by Nick Lockwood <[email protected]>
github.com/nicklockwood/SwiftFormat - 9f76ede6a2df7567b11eedb865bafedcfbe96189 authored over 4 years ago by Nick Lockwood <[email protected]>
Improve `multilineEnumCases` rule
github.com/nicklockwood/SwiftFormat - eefee58a1e8ab7b1915bf0a43ad3e1db1b518daf authored over 4 years ago by Nick Lockwood <[email protected]>
github.com/nicklockwood/SwiftFormat - eefee58a1e8ab7b1915bf0a43ad3e1db1b518daf authored over 4 years ago by Nick Lockwood <[email protected]>
Add rule for multiline switch cases (#691)
github.com/nicklockwood/SwiftFormat - 76521b58ae3728a0f070a0affbc085b6cab2faf1 authored over 4 years ago by Nick Lockwood <[email protected]>
github.com/nicklockwood/SwiftFormat - 76521b58ae3728a0f070a0affbc085b6cab2faf1 authored over 4 years ago by Nick Lockwood <[email protected]>
Add isEnumCase helper
github.com/nicklockwood/SwiftFormat - 551f667316eac5dfaa6ecfe7c8cc5e56063c528e authored over 4 years ago by Nick Lockwood <[email protected]>
github.com/nicklockwood/SwiftFormat - 551f667316eac5dfaa6ecfe7c8cc5e56063c528e authored over 4 years ago by Nick Lockwood <[email protected]>
Add test for multilineEnumCases bug (#704)
github.com/nicklockwood/SwiftFormat - 7c60bbec632e90b035681f6800c0548a7f14e5ad authored over 4 years ago by Nick Lockwood <[email protected]>
github.com/nicklockwood/SwiftFormat - 7c60bbec632e90b035681f6800c0548a7f14e5ad authored over 4 years ago by Nick Lockwood <[email protected]>
Add rule for multiline enum cases (#686)
github.com/nicklockwood/SwiftFormat - 93b2314936ba6f3fee6121c0189f3971ca91ff67 authored over 4 years ago by Facundo Menzella <[email protected]>
github.com/nicklockwood/SwiftFormat - 93b2314936ba6f3fee6121c0189f3971ca91ff67 authored over 4 years ago by Facundo Menzella <[email protected]>
Updated for 0.45.6 release
github.com/nicklockwood/SwiftFormat - e5675ae49383e0d248d495bcfbedaa6f9b1f5375 authored over 4 years ago by Nick Lockwood <[email protected]>
github.com/nicklockwood/SwiftFormat - e5675ae49383e0d248d495bcfbedaa6f9b1f5375 authored over 4 years ago by Nick Lockwood <[email protected]>
Fix xcodeIndentation for wrapped type declarations
github.com/nicklockwood/SwiftFormat - 8648f61aaec3947c7ee33f891160f805d0870102 authored over 4 years ago by Nick Lockwood <[email protected]>
github.com/nicklockwood/SwiftFormat - 8648f61aaec3947c7ee33f891160f805d0870102 authored over 4 years ago by Nick Lockwood <[email protected]>
Add `--yodaswap` option
github.com/nicklockwood/SwiftFormat - 757ab5f6c69a4042c3799b601bf649ab6a750143 authored over 4 years ago by Nick Lockwood <[email protected]>
github.com/nicklockwood/SwiftFormat - 757ab5f6c69a4042c3799b601bf649ab6a750143 authored over 4 years ago by Nick Lockwood <[email protected]>
Add SwiftUI snapshot tests
github.com/nicklockwood/SwiftFormat - cc7007f25e2deff0e7a198869dc5bf334262ad78 authored over 4 years ago by Nick Lockwood <[email protected]>
github.com/nicklockwood/SwiftFormat - cc7007f25e2deff0e7a198869dc5bf334262ad78 authored over 4 years ago by Nick Lockwood <[email protected]>
Fix indenting of allman braces
github.com/nicklockwood/SwiftFormat - 6f6db9daa0a98b9a3ea601383a9b10e9b9348f4c authored over 4 years ago by Nick Lockwood <[email protected]>
github.com/nicklockwood/SwiftFormat - 6f6db9daa0a98b9a3ea601383a9b10e9b9348f4c authored over 4 years ago by Nick Lockwood <[email protected]>
Updated for 0.45.5 release
github.com/nicklockwood/SwiftFormat - bb7d2a3a5701f131902fb4d8ee476c4719a2e4de authored over 4 years ago by Nick Lockwood <[email protected]>
github.com/nicklockwood/SwiftFormat - bb7d2a3a5701f131902fb4d8ee476c4719a2e4de authored over 4 years ago by Nick Lockwood <[email protected]>
Fix indenting of wrapped `in` inside closure
github.com/nicklockwood/SwiftFormat - ded376674853aa18c5a5f9742444efae602d3310 authored over 4 years ago by Nick Lockwood <[email protected]>
github.com/nicklockwood/SwiftFormat - ded376674853aa18c5a5f9742444efae602d3310 authored over 4 years ago by Nick Lockwood <[email protected]>
Fix bug with conditional imports
github.com/nicklockwood/SwiftFormat - add7b27f69d08b79571bbb9bf8a2f587a24b0e16 authored over 4 years ago by Nick Lockwood <[email protected]>
github.com/nicklockwood/SwiftFormat - add7b27f69d08b79571bbb9bf8a2f587a24b0e16 authored over 4 years ago by Nick Lockwood <[email protected]>
Process .swiftformat files when using --stdinpath
github.com/nicklockwood/SwiftFormat - 026550d01c1228353ded46da4555da49d221a183 authored over 4 years ago by Nick Lockwood <[email protected]>
github.com/nicklockwood/SwiftFormat - 026550d01c1228353ded46da4555da49d221a183 authored over 4 years ago by Nick Lockwood <[email protected]>
Fix throwing function braces mistaken for closure
github.com/nicklockwood/SwiftFormat - 445abe35fc8255fb3c35cfefce99a1784d11d657 authored over 4 years ago by Nick Lockwood <[email protected]>
github.com/nicklockwood/SwiftFormat - 445abe35fc8255fb3c35cfefce99a1784d11d657 authored over 4 years ago by Nick Lockwood <[email protected]>
Updated for 0.45.4 release
github.com/nicklockwood/SwiftFormat - 909cbea00125e13407bc2f5ef83a0e92fd57e9d0 authored over 4 years ago by Nick Lockwood <[email protected]>
github.com/nicklockwood/SwiftFormat - 909cbea00125e13407bc2f5ef83a0e92fd57e9d0 authored over 4 years ago by Nick Lockwood <[email protected]>
Add snapshot test for issue #697
github.com/nicklockwood/SwiftFormat - d294de84b97d0e4a63abaaa3ae92430313ce47f7 authored over 4 years ago by Nick Lockwood <[email protected]>
github.com/nicklockwood/SwiftFormat - d294de84b97d0e4a63abaaa3ae92430313ce47f7 authored over 4 years ago by Nick Lockwood <[email protected]>
Fix defaulting --wrapparameters to --wraparguments
github.com/nicklockwood/SwiftFormat - 4110436376d0195f6a91e49af6ac3566571a890e authored over 4 years ago by Nick Lockwood <[email protected]>
github.com/nicklockwood/SwiftFormat - 4110436376d0195f6a91e49af6ac3566571a890e authored over 4 years ago by Nick Lockwood <[email protected]>
Fix indenting of --allman closure braces
github.com/nicklockwood/SwiftFormat - 0fd8e4992684de34c71e9a18a38855a5d5b92a96 authored over 4 years ago by Nick Lockwood <[email protected]>
github.com/nicklockwood/SwiftFormat - 0fd8e4992684de34c71e9a18a38855a5d5b92a96 authored over 4 years ago by Nick Lockwood <[email protected]>
Add snapshot test for issue #411
github.com/nicklockwood/SwiftFormat - e699415c992e4be1a65567e5a95b2df5c88bbb4c authored over 4 years ago by Nick Lockwood <[email protected]>
github.com/nicklockwood/SwiftFormat - e699415c992e4be1a65567e5a95b2df5c88bbb4c authored over 4 years ago by Nick Lockwood <[email protected]>
Document issue with preferKeyPath and compactMap
github.com/nicklockwood/SwiftFormat - b5ef2f09ed5b2cd2b0ccecb02c541275db6b1433 authored over 4 years ago by Nick Lockwood <[email protected]>
github.com/nicklockwood/SwiftFormat - b5ef2f09ed5b2cd2b0ccecb02c541275db6b1433 authored over 4 years ago by Nick Lockwood <[email protected]>
Audit rules for --linerange compatibility
github.com/nicklockwood/SwiftFormat - 670bfffb374fafd4df6031cec2c20e2aad7e9997 authored over 4 years ago by Nick Lockwood <[email protected]>
github.com/nicklockwood/SwiftFormat - 670bfffb374fafd4df6031cec2c20e2aad7e9997 authored over 4 years ago by Nick Lockwood <[email protected]>
Fix --linerange crash in blankLinesBetweenScopes
github.com/nicklockwood/SwiftFormat - c970342893b47f560cad78acfa6701c29706668d authored over 4 years ago by Nick Lockwood <[email protected]>
github.com/nicklockwood/SwiftFormat - c970342893b47f560cad78acfa6701c29706668d authored over 4 years ago by Nick Lockwood <[email protected]>
Fix fileHeader rule stripping comment directive
github.com/nicklockwood/SwiftFormat - 9110b6179dd22fcd399a59831693f54ce321b31e authored over 4 years ago by Nick Lockwood <[email protected]>
github.com/nicklockwood/SwiftFormat - 9110b6179dd22fcd399a59831693f54ce321b31e authored over 4 years ago by Nick Lockwood <[email protected]>
Fix guard else indenting
github.com/nicklockwood/SwiftFormat - 28170f8851b29ffbda9eb409c348324dd6f429d5 authored over 4 years ago by Nick Lockwood <[email protected]>
github.com/nicklockwood/SwiftFormat - 28170f8851b29ffbda9eb409c348324dd6f429d5 authored over 4 years ago by Nick Lockwood <[email protected]>
Updated for 0.45.3 release
github.com/nicklockwood/SwiftFormat - 133a1fa386a1d50f52bd58af4322a168e09951bb authored over 4 years ago by Nick Lockwood <[email protected]>
github.com/nicklockwood/SwiftFormat - 133a1fa386a1d50f52bd58af4322a168e09951bb authored over 4 years ago by Nick Lockwood <[email protected]>
Don't indent blank lines
github.com/nicklockwood/SwiftFormat - 37f5d6aa0d68281fcd1d34803954a0ee17b8de42 authored over 4 years ago by Nick Lockwood <[email protected]>
github.com/nicklockwood/SwiftFormat - 37f5d6aa0d68281fcd1d34803954a0ee17b8de42 authored over 4 years ago by Nick Lockwood <[email protected]>
Fix bug in isStartOfClosure affecting self removal
github.com/nicklockwood/SwiftFormat - 042d0916198b0e288f1eff7ab3b95928c756d938 authored over 4 years ago by Nick Lockwood <[email protected]>
github.com/nicklockwood/SwiftFormat - 042d0916198b0e288f1eff7ab3b95928c756d938 authored over 4 years ago by Nick Lockwood <[email protected]>
Add --varattributes option
github.com/nicklockwood/SwiftFormat - f93c3b0f28c642a504dc989d1d10b5c82c854904 authored over 4 years ago by Nick Lockwood <[email protected]>
github.com/nicklockwood/SwiftFormat - f93c3b0f28c642a504dc989d1d10b5c82c854904 authored over 4 years ago by Nick Lockwood <[email protected]>
Fix spurious static member warning
github.com/nicklockwood/SwiftFormat - 2662b90340ab6ec92c35cb7de0c72d248ab9182f authored over 4 years ago by Nick Lockwood <[email protected]>
github.com/nicklockwood/SwiftFormat - 2662b90340ab6ec92c35cb7de0c72d248ab9182f authored over 4 years ago by Nick Lockwood <[email protected]>
Disable indent rule when using --linerange
github.com/nicklockwood/SwiftFormat - 2458e590075d5b7fbfa42e0998cea89733cb8e62 authored over 4 years ago by Nick Lockwood <[email protected]>
github.com/nicklockwood/SwiftFormat - 2458e590075d5b7fbfa42e0998cea89733cb8e62 authored over 4 years ago by Nick Lockwood <[email protected]>
Add --linerange argument for formatting ranges
github.com/nicklockwood/SwiftFormat - 93ee7a1128740ad1daad5d70ea3e3d7fed5d7494 authored over 4 years ago by Nick Lockwood <[email protected]>
github.com/nicklockwood/SwiftFormat - 93ee7a1128740ad1daad5d70ea3e3d7fed5d7494 authored over 4 years ago by Nick Lockwood <[email protected]>
Fix bug in tokenIndex() calculation
github.com/nicklockwood/SwiftFormat - 22ec70c50aaafb598e27b439dd6c96f2d6ab46b7 authored over 4 years ago by Nick Lockwood <[email protected]>
github.com/nicklockwood/SwiftFormat - 22ec70c50aaafb598e27b439dd6c96f2d6ab46b7 authored over 4 years ago by Nick Lockwood <[email protected]>
Add missing item in release notes
github.com/nicklockwood/SwiftFormat - bf723fc3f8093d14a7b747d453f34c42cccd4107 authored over 4 years ago by Nick Lockwood <[email protected]>
github.com/nicklockwood/SwiftFormat - bf723fc3f8093d14a7b747d453f34c42cccd4107 authored over 4 years ago by Nick Lockwood <[email protected]>
Updated for 0.45.2 release
github.com/nicklockwood/SwiftFormat - 23de800e90779b0d0433777b156a7303f71b4998 authored over 4 years ago by Nick Lockwood <[email protected]>
github.com/nicklockwood/SwiftFormat - 23de800e90779b0d0433777b156a7303f71b4998 authored over 4 years ago by Nick Lockwood <[email protected]>
Fix lint warnings re: wrapMultilineStatementBraces
github.com/nicklockwood/SwiftFormat - fa47288b6cd31a921a512317b1d83b2f4e582980 authored over 4 years ago by Nick Lockwood <[email protected]>
github.com/nicklockwood/SwiftFormat - fa47288b6cd31a921a512317b1d83b2f4e582980 authored over 4 years ago by Nick Lockwood <[email protected]>
Apply wrapMultilineStatementBraces to more cases
github.com/nicklockwood/SwiftFormat - 5433a5f227c40237e2822d67d7bb28cd77f91b6e authored over 4 years ago by Nick Lockwood <[email protected]>
github.com/nicklockwood/SwiftFormat - 5433a5f227c40237e2822d67d7bb28cd77f91b6e authored over 4 years ago by Nick Lockwood <[email protected]>
Add ability to raise errors inside rules
github.com/nicklockwood/SwiftFormat - 5d9a6f69f42193789dd83938ed740c8aa5e96247 authored over 4 years ago by Nick Lockwood <[email protected]>
github.com/nicklockwood/SwiftFormat - 5d9a6f69f42193789dd83938ed740c8aa5e96247 authored over 4 years ago by Nick Lockwood <[email protected]>
Add issues examples to snapshots
github.com/nicklockwood/SwiftFormat - 662a309d58bff3454ce9941869ae6872eadbc7d6 authored over 4 years ago by Nick Lockwood <[email protected]>
github.com/nicklockwood/SwiftFormat - 662a309d58bff3454ce9941869ae6872eadbc7d6 authored over 4 years ago by Nick Lockwood <[email protected]>
Add swiftformat:options comment directive
github.com/nicklockwood/SwiftFormat - ada2eef9f6deecdec8d2c485c7887a83cc320503 authored over 4 years ago by Nick Lockwood <[email protected]>
github.com/nicklockwood/SwiftFormat - ada2eef9f6deecdec8d2c485c7887a83cc320503 authored over 4 years ago by Nick Lockwood <[email protected]>
Fix bug in redundantSelf affecting for/where loops
github.com/nicklockwood/SwiftFormat - b9cd1d30a7ac458b2ffbe8dd29f0ba86c4c98160 authored over 4 years ago by Nick Lockwood <[email protected]>
github.com/nicklockwood/SwiftFormat - b9cd1d30a7ac458b2ffbe8dd29f0ba86c4c98160 authored over 4 years ago by Nick Lockwood <[email protected]>