# Code Style ## Naming The following naming conventions apply to directives defined within `afform.git`: * Standalone directives (e.g. `afEntity` or `afField`), including forms (e.g. `afHtmlEditor`) * The directive name must begin with the `af` prefix. * Supplemental attributes SHOULD NOT begin with the `af` prefix. * Example: `` * Mix-in directives (e.g. `afMonaco` or `afApi4Action`) * The directive name must begin with the `af` prefix. * Supplemental attributes SHOULD begin with a prefix that matches the directive. * Example: `