Configuration
October 16, 2025 ยท View on GitHub
Marksman supports user-level and project-level configuration:
- User-level configuration is read from:
$HOME/.config/marksman/config.tomlon Linux,$HOME/Library/Application Support/marksman/config.tomlon macOS,$HOME\\AppData\\Roaming\\marksman\\config.tomlon Windows.
- Project-level configuration is read from
.marksman.tomllocated in the project's root folder.
For each configuration option the precedence is: project config > user config > global default.
This config file shows all configuration options with their default values. You need to specify ONLY the options you wish to override in your user- or project-config.