---
title: IntegerFormatStyle.Percent.Configuration
framework: foundation
role: symbol
role_heading: Type Alias
path: foundation/integerformatstyle/percent/configuration
---

# IntegerFormatStyle.Percent.Configuration

The type the format style uses for configuration settings.

## Declaration

```swift
typealias Configuration = NumberFormatStyleConfiguration
```

## Discussion

Discussion IntegerFormatStyle.Percent uses NumberFormatStyleConfiguration for its configuration type.

## See Also

### Customizing style behavior

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