Skip to content

Commit

Permalink
fix: make all setting false by default
Browse files Browse the repository at this point in the history
  • Loading branch information
andreynering committed Feb 3, 2025
1 parent 97e2407 commit 67de417
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ pager: true
# at which column should we word wrap?
width: 80
# show all files, including hidden and ignored.
all: true
all: false
```
## Feedback
Expand Down
2 changes: 1 addition & 1 deletion config_cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ pager: false
# word-wrap at width
width: 80
# show all files, including hidden and ignored.
all: true
all: false
`

var configCmd = &cobra.Command{
Expand Down

0 comments on commit 67de417

Please sign in to comment.