Skip to content
This repository was archived by the owner on Mar 27, 2022. It is now read-only.

Latest commit

 

History

History
30 lines (20 loc) · 939 Bytes

File metadata and controls

30 lines (20 loc) · 939 Bytes

dprint-plugin-yapf

CI

Wrapper around yapf in order to use it as a dprint plugin.

DEPRECATED - Use dprint-plugin-exec instead

This plugin is deprecated and won't receive updates anymore. You can still format with yapf via dprint's cli though (and with many other formatting CLIs)! See dprint-plugin-exec and search for yapf.

Old Archived Instructions

Install

  1. Install dprint
  2. Follow instructions at https://github.com/dprint/dprint-plugin-yapf/releases/

Configuration

See yapf's configuration here.

{
  // ...etc...
  "yapf": {
    "based_on_style": "pep8",
    "spaces_before_comment": 4
  }
}