mirror of
https://github.com/textmate/textmate.git
synced 2026-01-21 04:38:13 -05:00
The standard doesn’t care which side the keyword is placed on, but placing it on the right makes it easier to read types. E.g. reading “int const* const” from right to left we get “const pointer to const integer”.