Skip to content
  • Mark OLESEN's avatar
    ENH: make List output compile-time configurable (#1160) · 837679fd
    Mark OLESEN authored
    - introduced a ListPolicy details to make the transition between
      a short list (space separated) and a long list (newline separated)
      more configurable.
    
      We suppress line breaks for commonly used types that often have
      short content: (word, wordRes, keyType).
    837679fd