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.

24 lines
424 B

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