summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorrqdmap <55649208+rqdmap@users.noreply.github.com>2023-07-01 00:10:57 +0800
committerGitHub <noreply@github.com>2023-06-30 12:10:57 -0400
commitee79b4b7898a2210d534d52b18402492d2609c3d (patch)
treeb0d090f04cf8ec23223c987382f4b21d966b514a /config
parent6cb151ea4b58d006cfc52f54d52be05110bd5b90 (diff)
Fix incorrect sort method field in example config (#350)
Diffstat (limited to 'config')
-rw-r--r--config/joshuto.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/joshuto.toml b/config/joshuto.toml
index 60cf360..c106057 100644
--- a/config/joshuto.toml
+++ b/config/joshuto.toml
@@ -23,8 +23,8 @@ tilde_in_titlebar = true
line_number_style = "none"
[display.sort]
-# lexical, mtime, natural
-method = "natural"
+# lexical, mtime, natural, size, ext
+sort_method = "natural"
case_sensitive = false
directories_first = true
reverse = false