You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
222B

  1. [style]
  2. SPLIT_COMPLEX_COMPREHENSION=true
  3. SPLIT_BEFORE_FIRST_ARGUMENT=true
  4. SPLIT_BEFORE_CLOSING_BRACKET=true
  5. SPLIT_BEFORE_DOT=true
  6. BLANK_LINE_BEFORE_MODULE_DOCSTRING=true
  7. spaces_before_comment=1
  8. DEDENT_CLOSING_BRACKETS=true