Skip to content
This repository was archived by the owner on Nov 28, 2019. It is now read-only.

Include a sentence to explain .style.yapf usage #25

Open
wants to merge 1 commit into
base: master
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
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ Or Settings/Preferences ➔ Packages ➔ Search for `python-yapf`

![settings](https://raw.githubusercontent.com/blacktop/atom-python-yapf/master/settings.png)

The plugin uses the `yapf` commandline tool and supports all options to define custom styling mentioned in https://github.com/google/yapf#formatting-style, i.e. a `.style.yapf` file.

#### Keymap

Currently, there are two commands:
Expand Down