defaultMode property

FormatMode defaultMode
getter/setter pair

The default mode in which to run the formatter.

This is still overridable via the command line: ddev format -n # dry-run ddev format -w # ovewrite

Implementation

FormatMode defaultMode = FormatMode.overwrite;