Table of Contents

Class FormattingCall

Namespace
CedarDotNet.Models
Assembly
CedarDotNet.dll

The formatting call.

public sealed record FormattingCall : IEquatable<FormattingCall>
Inheritance
FormattingCall
Implements
Inherited Members

Properties

IndentWidth

The indent width.

[JsonPropertyName("indentWidth")]
public required int IndentWidth { get; init; }

Property Value

int

LineWidth

The line width.

[JsonPropertyName("lineWidth")]
public required int LineWidth { get; init; }

Property Value

int

PolicyText

The policy text.

[JsonPropertyName("policyText")]
public required string PolicyText { get; init; }

Property Value

string