[go: up one dir, main page]

slog-term 2.9.2

Unix terminal drain and formatter for slog-rs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[default]
extend-ignore-re = [
    # support spellchecker directives (ideally this would be builtin)
    "(?Rm)^.*(#|//)\\s*spellchecker:ignore$",
    "(?s)(#|//)\\s*spellchecker:off.*?\\n\\s*(#|//)\\s*spellchecker:on",
]

[files]
ignore-hidden = false
extend-exclude = [
    ".git", # needed because we set 'ignore-hidden'
]