7 lines
198 B
TOML
7 lines
198 B
TOML
|
[general]
|
||
|
# Directories to search for templates, relative to the crate root.
|
||
|
dirs = ["templates"]
|
||
|
# Unless you add a `-` in a block, whitespace characters won't be trimmed.
|
||
|
whitespace = "preserve"
|
||
|
|