Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 264 Bytes

09.-attributes.md

File metadata and controls

14 lines (9 loc) · 264 Bytes
description
9.1 Separate Attributes

09. 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