Closed
Description
Previous ID | SR-15880 |
Radar | rdar://112190730 |
Original Reporter | @ahoppen |
Type | New Feature |
Additional Detail from JIRA
Votes | 0 |
Component/s | swift-format |
Labels | New Feature |
Assignee | None |
Priority | Medium |
md5: 55c33a2de9a258402756fbffd509321e
Issue Description:
swift-format currently only has the ability to re-format the entire file. Especially when working in projects whose current indentation cannot be fully described by swift-format configuration files and where re-formatting the entire source code is not an option, it makes swift-format basically unusable.
What I do enjoy is git-clang-format’s ability to only re-format the lines that I touched. It would be nice if swift-format had a similar functionality to only format certain ranges of a file.