mirror of
https://github.com/textmate/textmate.git
synced 2026-01-21 20:57:54 -05:00
I mainly dislike the trailing zeroes because CGFloat used to be a float but 1.0 is a double (1.0f would be a float). So better to under-specify and let the compiler figure out the proper type.