-
Notifications
You must be signed in to change notification settings - Fork 1k
Add options to not wrap long collections #810
Copy link
Copy link
Open
Labels
C-feature-requestCategory: a feature request (not decided/implemented)Category: a feature request (not decided/implemented)E-needs-designCall for participation: this issue or PR needs further design work.Call for participation: this issue or PR needs further design work.P-lowLow priorityLow prioritycloseable???TEMPORARY: this issue or PR probably should be closed? needs team to decideTEMPORARY: this issue or PR probably should be closed? needs team to decide
Milestone
Metadata
Metadata
Assignees
Labels
C-feature-requestCategory: a feature request (not decided/implemented)Category: a feature request (not decided/implemented)E-needs-designCall for participation: this issue or PR needs further design work.Call for participation: this issue or PR needs further design work.P-lowLow priorityLow prioritycloseable???TEMPORARY: this issue or PR probably should be closed? needs team to decideTEMPORARY: this issue or PR probably should be closed? needs team to decide
Type
Fields
Give feedbackNo fields configured for issues without a type.
An options, perhaps
ignore_arrays, that would keep the following format:Instead of inlining everything like it does now:
let mut board: [[char; 3]; 3] = [['O', 'O', 'O'], ['O', 'O', 'O'], ['O', 'O', 'O']];