Skip to content

Commit

Permalink
Move “use within your favorite editor” to an earlier section in READM…
Browse files Browse the repository at this point in the history
…E.md (#1153)

This section’s current place between Usage and Return codes doesn’t make much sense.

Better off front loading as early as reasonable how to YAPF editor integrations.
  • Loading branch information
Spitfire1900 authored Sep 26, 2023
1 parent 14c2fbf commit 64f8b1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ possible to run:
$ PYTHONPATH=DIR python DIR/yapf [options] ...
```

## Using YAPF within your favorite editor
YAPF is supported by multiple editors via community extensions or plugins. See [Editor Support](EDITOR%20SUPPORT.md) for more info.

## Required Python versions

Expand Down Expand Up @@ -92,8 +94,6 @@ optional arguments:
-vv, --verbose print out file names while processing
```

### Using YAPF within your favorite editor
YAPF is supported by multiple editors via community extensions or plugins. See [Editor Support](EDITOR%20SUPPORT.md) for more info.

### Return Codes

Expand Down

0 comments on commit 64f8b1b

Please sign in to comment.