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.

23 lines
406 B

  1. style = default
  2. maxColumn = 100
  3. // Vertical alignment is pretty, but leads to bigger diffs
  4. align = none
  5. // Insist on trailing commas for better difs in element construction
  6. trailingCommas = always
  7. danglingParentheses = true
  8. rewrite.rules = [
  9. AvoidInfix
  10. RedundantBraces
  11. RedundantParens
  12. AsciiSortImports
  13. PreferCurlyFors
  14. ]
  15. project.excludeFilters = [
  16. "scalafix-inputs",
  17. "scalafix-outputs"
  18. ]