// plugins
Fatou - Configuration
Specify configuration under the "fatou" key in your dprint configuration file.
| Property | Values | Default |
|---|---|---|
lineWidth |
Integer | Global lineWidth, or 92 |
indentWidth |
Integer | Global indentWidth, or 4 |
lineEnding |
"auto", "lf", "crlf", "native" |
Global newLineKind, or "auto" |
Fatou always indents with spaces, so the global useTabs setting has no effect.
See the plugin documentation and JSON schema for details.