# ordering

# Description

Check order of elements in file and inside each contract, according to the style guide.

# Options

This rule does not require any options.

# Example Config

{
  "id": "ordering",
  "severity": "WARNING"
}

# Examples

# Good

This rule does not have good examples.

# Bad

This rule does not have bad examples.

# References