
fart_style: Dart for people with vision impairment who have a hard time reading 2-width space indentations.
fart_style is a drop-in fork of dart_style that formats code using SmartTabs instead of 2-space blocks, while keeping the rest of Dart’s formatting rules intact.
I made fart_style because it has become hard for me to read 2 space idents with my ever worsening eyesight. Exacerbated by the fact that flutter code gets nested into hell and beyond.
I've been running it across all my projects for a few months now and figured others might find it useful.
Ironic note: the repo itself still uses dart_fmt so I don't lose my mind resolving merge conflicts with upstream updates.
Package: https://pub.dev/packages/fart_style
Source: https://github.com/Curstantine/fart_style
Hope it saves some eyes!