Skip to content

Commit

Permalink
Add yapf config to help with code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mickeprag committed May 15, 2020
1 parent a6d0084 commit 4cb3988
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions setup.cfg
Expand Up @@ -6,3 +6,11 @@ mine=off

[flake8]
ignore = W191

[yapf]
blank_lines_around_top_level_definition=2
dedent_closing_brackets=true
indent_blank_lines=false
indent_width=1
spaces_before_comment=2
use_tabs=true

0 comments on commit 4cb3988

Please sign in to comment.