Current section
Files
Jump to
Current section
Files
include/testament@internal@util_Config.hrl
-record(config, {
ignore_files :: list(binary()),
verbose :: boolean(),
preserve_files :: boolean(),
extra_imports :: gleam@dict:dict(binary(), list(testament@conf:import())),
markdown_files :: list(binary())
}).