• Flipper@feddit.de
    link
    fedilink
    arrow-up
    3
    ·
    4 months ago

    My guess is that it has that default because they use Rust. Everyone uses rustfmt so everything looks the same and if you always format before a commit you never get massive diffs.

    Most rust projects I’ve seen even have a ci job to check the formatting with rustfmt.