feat: add ability to select file modified time format (#1536)

This commit is contained in:
lilihx
2021-09-11 20:12:51 +08:00
committed by GitHub
parent 0358e42d2c
commit 0426629a59
6 changed files with 17 additions and 1 deletions

View File

@@ -35,6 +35,7 @@ type User struct {
Fs afero.Fs `json:"-" yaml:"-"`
Rules []rules.Rule `json:"rules"`
HideDotfiles bool `json:"hideDotfiles"`
DateFormat bool `json:"dateFormat"`
}
// GetRules implements rules.Provider.