Rename the swift-format utility to swift-indent

This is to distinguish the C++ indenting functionality from the new formatter that is written in Swift.
This commit is contained in:
Argyrios Kyrtzidis
2019-07-26 11:40:54 -07:00
parent 28b3d8e0a7
commit 0135e01d02
21 changed files with 142 additions and 142 deletions

View File

@@ -158,7 +158,7 @@ public:
Interactive, // swift
Batch, // swiftc
AutolinkExtract, // swift-autolink-extract
SwiftFormat // swift-format
SwiftIndent // swift-indent
};
class InputInfoMap;