Skip to content

Commit

Permalink
Merge pull request #21 from cooperwalbrun/yapf
Browse files Browse the repository at this point in the history
Set ALLOW_SPLIT_BEFORE_DICT_VALUE for Better Code Readability
  • Loading branch information
cooperwalbrun authored Sep 1, 2023
2 parents ecc6fa2 + 3efcc8e commit 836354b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .style.yapf
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# See: https://github.com/google/yapf#knobs and https://github.com/google/yapf/blob/master/yapf/yapflib/style.py
[style]
ALLOW_SPLIT_BEFORE_DICT_VALUE = false
BASED_ON_STYLE = pep8
BLANK_LINE_BEFORE_NESTED_CLASS_OR_DEF = false
COALESCE_BRACKETS = true
Expand Down

0 comments on commit 836354b

Please sign in to comment.