fix: make all setting false by default

This commit is contained in:
Andrey Nering 2025-02-03 15:24:10 -03:00
commit 2671509003
2 changed files with 2 additions and 2 deletions

View file

@ -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