autoformat.types

Public Imports

my.path
public import my.path : Path, AbsolutePath;

Members

Aliases

FormatterResult
alias FormatterResult = SumType!(FormatError, FailedWithUserMsg, Unchanged, FormattedOk, WouldChange)
Undocumented in source.

Structs

FailedWithUserMsg
struct FailedWithUserMsg

error when formatting with an error msg

FormatError
struct FormatError

failed to format or some other kind of error

FormattedOk
struct FormattedOk

formatted file with no errors

Unchanged
struct Unchanged
Undocumented in source.
WouldChange
struct WouldChange

The file would change if it where autoformatted

Meta

Authors

Joakim Brännström (joakim.brannstrom@gmx.com)