---
title: ListFormatStyle.Width.standard
framework: foundation
role: symbol
role_heading: Case
path: foundation/listformatstyle/width-swift.enum/standard
---

# ListFormatStyle.Width.standard

Specifies a standard list style.

## Declaration

```swift
case standard
```

## Discussion

Discussion This width creates a list like One, Two, and Three in U.S. English. The rawValue of standard is 0.

## See Also

### Widths

- [ListFormatStyle.Width.short](foundation/listformatstyle/width-swift.enum/short.md)
- [ListFormatStyle.Width.narrow](foundation/listformatstyle/width-swift.enum/narrow.md)
