flame-engine / flame

A Flutter based game engine.
https://flame-engine.org
MIT License
9.19k stars 899 forks source link

chore: Enable DCM rule double-literal-format #3248

Closed luanpotter closed 2 months ago

luanpotter commented 2 months ago

Description

Enable DCM rule double-literal-format.

More details here. This both forbids trailing zeroes and mandates leading zeroes.

If we would prefer a different style (e.g. prefer no leading zero instead), just lmk :)

Checklist

Breaking Change?