ValeConfigurationFormatTypeAssociation
The ValeConfigurationFormatTypeAssociation class maps a given file format to another.
less than a minute
Definition
Source Code
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License.
class ValeConfigurationFormatTypeAssociation {
[string]$ActualFormat
[string]$EffectiveFormat
}
An instance of the ValeConfigurationFormatTypeAssociation class maps a given file format to another. This enables Vale to treat different files, such as code files, like specific document formats.
Constructors
ValeConfigurationFormatTypeAssociation()
- Initializes a new instance of the ValeConfigurationFormatTypeAssociation class.
Properties
- ActualFormat
- Represents the file format to associate as a different format.
- EffectiveFormat
- Specifies the format to treat the associated file format as.
Last modified March 10, 2023: (GH-71) Document Vale classes (ad1e42a)