9.1 Separate Attributes
Put attributes on a separate line. It’s more readable, especially if multiple attributes are added to the same identifier. For example:
@editable MyField:int = 42
Last updated 1 year ago