---
title: FloatingPointFormatStyle.Configuration
framework: foundation
role: symbol
role_heading: Type Alias
path: foundation/floatingpointformatstyle/configuration
---

# FloatingPointFormatStyle.Configuration

The type the format style uses for configuration settings.

## Declaration

```swift
typealias Configuration = NumberFormatStyleConfiguration
```

## Discussion

Discussion FloatingPointFormatStyle uses NumberFormatStyleConfiguration for its configuration type.

## See Also

### Customizing style behavior

- [decimalSeparator(strategy:)](foundation/floatingpointformatstyle/decimalseparator(strategy:).md)
- [grouping(_:)](foundation/floatingpointformatstyle/grouping(_:).md)
- [locale(_:)](foundation/floatingpointformatstyle/locale(_:).md)
- [notation(_:)](foundation/floatingpointformatstyle/notation(_:).md)
- [precision(_:)](foundation/floatingpointformatstyle/precision(_:).md)
- [rounded(rule:increment:)](foundation/floatingpointformatstyle/rounded(rule:increment:).md)
- [scale(_:)](foundation/floatingpointformatstyle/scale(_:).md)
- [sign(strategy:)](foundation/floatingpointformatstyle/sign(strategy:).md)
- [NumberFormatStyleConfiguration](foundation/numberformatstyleconfiguration.md)
