> For the complete documentation index, see [llms.txt](https://docs.powerdevbox.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.powerdevbox.com/autoreview/configs/naming-convention.md).

# Naming Convention

The naming convention has 2 parts, number of lead characters and the type. It enforces camelcase, so it will always go 'typeVariableName'. The default it set to use first letter and that letter is just the first of type e.g

```json
"char":1
{ "Type": "string", "Letter": "s" },
```

\= sVariableName

```json
"char":2
{ "Type": "string", "Letter": "ss" },
```

\= ssVariableName

If a variable type is not found then the variable will pass, so if you don't want naming conventions you can leave the data array empty.

***

**Next Step - Ratings**

{% content-ref url="/pages/ce4RZWM8N2xAL8LoQpgf" %}
[Ratings](/autoreview/configs/ratings.md)
{% endcontent-ref %}

**Additional Reading - Default values**

{% content-ref url="/pages/0m8VBXNkxsDHv79Jq0HR" %}
[Naming Convention Default Value](/autoreview/configs/naming-convention/naming-convention-default-value.md)
{% endcontent-ref %}
