Skip to content

Automatic code formatting #17

@M-Pixel

Description

@M-Pixel

Try to support multiline parens in this style

if
(
	field.IsSpecialName || typeInfo.Properties.Any(property => property.Name == field.Name) ||
	field.GetCustomAttribute<JsonIgnoreAttribute>() != null
)
	continue;
state.TypeMembersBuilder.Add
(
	memberName,
	new ElementDocumentation{ Summary = summary, Members = parameterDocsBuilder.ToImmutable() }
);

Metadata

Metadata

Assignees

No one assigned

    Labels

    infraIssue with infrastructure like CI/CD jobs rather than the distributed code.required for becoming officialMust be completed before this SDK could be merged into the upstream repository.

    Projects

    Status

    Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions