Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

add swift-format to README #250

Open
wants to merge 1 commit into
base: contributing
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down