File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 744744 mkOption {
745745 description = lib . mdDoc "Output a human-friendly message and a list of unformatted files, if any." ;
746746 type = types . bool ;
747- default = true ;
747+ default = false ;
748748 } ;
749749 list-different =
750750 mkOption {
751751 description = lib . mdDoc "Print the filenames of files that are different from Prettier formatting." ;
752752 type = types . bool ;
753- default = false ;
753+ default = true ;
754754 } ;
755755 color =
756756 mkOption {
800800 mkOption {
801801 description = lib . mdDoc "Ignore unknown files." ;
802802 type = types . bool ;
803- default = false ;
803+ default = true ;
804804 } ;
805805 insert-pragma =
806806 mkOption {
933933 mkOption {
934934 description = lib . mdDoc "Edit files in-place." ;
935935 type = types . bool ;
936- default = false ;
936+ default = true ;
937937 } ;
938938 } ;
939939 psalm =
You can’t perform that action at this time.
0 commit comments