aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-03-27Increase the affinity of the closing paren to arg listBill Wendling
2018-03-27Adjust split penalties around arithmetic ops.Bill Wendling
2018-03-27Merge branch 'master' of https://github.com/google/yapfBill Wendling
2018-03-27A comment before a decorator isn't part of the decorator.Bill Wendling
2018-03-27A comment before a decorator isn't part of the decorator.Bill Wendling
2018-03-26Look for pylint comments disabling long lambda warningsBill Wendling
2018-03-26Analyze elements of a tuple for splitting.Bill Wendling
2018-03-26Improve function call splitting heuristic.Bill Wendling
2018-03-23Don't force a split in Google style.Bill Wendling
2018-03-22Merge pull request #542 from Stealthii/feature/line-before-module-docstringBill Wendling
2018-03-22Merge branch 'master' into feature/line-before-module-docstringBill Wendling
2018-03-22Bump version to v0.21.0Bill Wendling
2018-03-22Add knob BLANK_LINES_AROUND_TOP_LEVEL_DEFINITIONMarkus Gerstel
2018-03-22Don't split ellipses.Bill Wendling
2018-03-22Added `CONTINUATION_ALIGN_STYLE` knobYinyin L
2018-03-22Knob to enforce blank line between module docstring and modeline/shebangDan Porter
2018-03-18Bump version to v0.21.0Bill Wendling
2018-03-15Merge pull request #528 from Anthchirp/issue527Bill Wendling
2018-03-15Merge branch 'master' into issue527Bill Wendling
2018-03-14Don't split ellipses.Bill Wendling
2018-03-08Merge pull request #535 from yinyin/valign-for-tabber-3Bill Wendling
2018-03-07Merge branch 'master' of https://github.com/google/yapfBill Wendling
2018-03-05Added `CONTINUATION_ALIGN_STYLE` knobYinyin L
2018-03-02Add knob BLANK_LINES_AROUND_TOP_LEVEL_DEFINITIONMarkus Gerstel
2018-02-26Merge pull request #525 from patrys/split-before-closing-bracket-knobBill Wendling
2018-02-26Introduce a SPLIT_BEFORE_ENDING_BRACKET knobPatryk Zawadzki
2018-02-14Bump version to v0.20.2Bill Wendling
2018-02-12Bump version to v0.20.2Bill Wendling
2018-02-12Merge pull request #518 from infinitewarp/py2-unicode-strBill Wendling
2018-02-09Merge pull request #516 from mdgoldberg/style-help-global-configBill Wendling
2018-01-31Merge pull request #519 from alanhdu/masterBill Wendling
2018-01-31Support python2 unicode strings in CreateStyleFromConfigBrad Smith
2018-01-31four spaces -> two spaces of indentationMatt Goldberg
2018-01-31Move Python 3 testAlan Du
2018-01-31YAPFAlan Du
2018-01-30Add a test caseAlan Du
2018-01-30Expand list of allowable string prefixesAlan Du
2018-01-27gets the default style when the --style-help flag is passedMatt Goldberg
2018-01-26Update to specify Python 3.6.4Bill Wendling
2018-01-26Allow single-line dictionaries.Bill Wendling
2018-01-25# This is a combination of 4 commits.isabelacalinoiu
2018-01-24Don't split after an unpacking op in a dict entry.Bill Wendling
2018-01-24Update with recent changes.Bill Wendling
2018-01-24Merge pull request #506 from jpadilla/patch-2Bill Wendling
2018-01-24Merge pull request #507 from delirious-lettuce/fix_typosBill Wendling
2018-01-24Merge pull request #510 from caioariede/caioariede/exclude-files-earlierBill Wendling
2018-01-24Ignore files earlierCaio Ariede
2018-01-16Fix typos:delirious-lettuce
2018-01-16Update online demo URLJosé Padilla
2018-01-14Use tabs when constructing continuation line.Bill Wendling