user.code_formatter
List:
{user.code_formatter}>
| Spoken | Backend |
|---|---|
| all cap | ALL_CAPS |
| all down | ALL_LOWERCASE |
| camel | PRIVATE_CAMEL_CASE |
| conga | SLASH_SEPARATED |
| constant | ALL_CAPS,SNAKE_CASE |
| dotted | DOT_SEPARATED |
| dub string | DOUBLE_QUOTED_STRING |
| dunder | DOUBLE_UNDERSCORE |
| hammer | PUBLIC_CAMEL_CASE |
| kebab | DASH_SEPARATED |
| list | COMMA_SEPARATED |
| packed | DOUBLE_COLON_SEPARATED |
| padded | SPACE_SURROUNDED_STRING |
| slasher | ALL_SLASHES |
| smash | NO_SPACES |
| snake | SNAKE_CASE |
| string | SINGLE_QUOTED_STRING |