From f8663df8dce4dccc53c113cee0aa4c990595072f Mon Sep 17 00:00:00 2001 From: Michael <184316+muescha@users.noreply.github.com> Date: Fri, 7 Jun 2019 21:35:23 +0200 Subject: [PATCH] add swift-format to README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 7eb4859ebe9d1..ce5e4512f7a3d 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,12 @@ against the official Swift repository. # Projects +### swift-format + +`swift-format` formats and diagnoses Swift source code according to a set of style guidelines. It can be used as a command line tool or linked into other applications as a Swift Package Manager dependency and invoked via an API + +The repo is in the `format` branch: https://github.com/google/swift/tree/format + ### Swift for TensorFlow **Note:** Swift for TensorFlow source code has moved to the [tensorflow branch on apple/swift](https://github.com/apple/swift/tree/tensorflow).