File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 744
744
mkOption {
745
745
description = lib . mdDoc "Output a human-friendly message and a list of unformatted files, if any." ;
746
746
type = types . bool ;
747
- default = true ;
747
+ default = false ;
748
748
} ;
749
749
list-different =
750
750
mkOption {
751
751
description = lib . mdDoc "Print the filenames of files that are different from Prettier formatting." ;
752
752
type = types . bool ;
753
- default = false ;
753
+ default = true ;
754
754
} ;
755
755
color =
756
756
mkOption {
800
800
mkOption {
801
801
description = lib . mdDoc "Ignore unknown files." ;
802
802
type = types . bool ;
803
- default = false ;
803
+ default = true ;
804
804
} ;
805
805
insert-pragma =
806
806
mkOption {
933
933
mkOption {
934
934
description = lib . mdDoc "Edit files in-place." ;
935
935
type = types . bool ;
936
- default = false ;
936
+ default = true ;
937
937
} ;
938
938
} ;
939
939
psalm =
You can’t perform that action at this time.
0 commit comments