|
|
|
|
|
by abdusco
1665 days ago
|
|
`prettier`, `black`, `go fmt` and other opinionated formatters must have saved tens of thousands of man-hours. No more fiddling with getting format juuuust right. Save the file and accept the result. Sometimes it tries to break long lists that better stay horizontal or matrices into long lists, in which case, wrapping the block with `# fmt: on/off` saves the day. |
|