Lines Matching refs:knob
7 - `DISABLE_ENDING_COMMA_HEURISTIC` is a new knob to disable the heuristic which
17 - The `BLANK_LINE_BEFORE_MODULE_DOCSTRING` knob adds a blank line before a
19 - The `SPLIT_ALL_COMMA_SEPARATED_VALUES` knob causes all lists, tuples, dicts
41 `SPLIT_BEFORE_CLOSING_BRACKET` knob to control whether closing bracket should
43 - Added `CONTINUATION_ALIGN_STYLE` knob to choose continuation alignment style
45 - Add 'BLANK_LINES_AROUND_TOP_LEVEL_DEFINITION' knob to control the number
71 `SPLIT_PENALTY_COMPREHENSION` knob to control preference for keeping
194 - The `EACH_DICT_ENTRY_ON_SEPARATE_LINE` knob indicates that each dictionary
197 - The `SPLIT_BEFORE_DICT_SET_GENERATOR` knob splits before the `for` part of a
199 - The `BLANK_LINE_BEFORE_CLASS_DOCSTRING` knob adds a blank line before a
201 - The `ALLOW_MULTILINE_DICTIONARY_KEYS` knob allows dictionary keys to span
322 - Add a knob, 'SPACES_AROUND_DEFAULT_OR_NAMED_ASSIGN', to allow adding spaces
353 - The COALESCE_BRACKETS knob prevents splitting consecutive brackets when
370 - Add a knob, 'USE_TABS', to allow using tabs for indentation.
380 - Added a knob (SPLIT_PENALTY_BEFORE_IF_EXPR) to adjust the split penalty
383 - Added a knob (SPLIT_BEFORE_FIRST_ARGUMENT) that encourages splitting before
386 - Added a knob (SPLIT_ARGUMENTS_WHEN_COMMA_TERMINATED) splits arguments to a
420 - Add a knob, 'SPACES_AROUND_POWER_OPERATOR', to allow adding spaces around the
489 - Add knob to indent the dictionary value if there is a split before it.
521 - Add a knob to control whether import names are split after the first '('.