headroom-0.1.1.0: embedded/config-file.yaml
## This is the configuration file for Headroom.
## See https://github.com/vaclavsvejcar/headroom for more details.
## Defines the behaviour how to handle license headers, possible options are:
## - add = (default) adds license header to files with no existing header
## - drop = drops existing license header from without replacement
## - replace = adds or replaces existing license header
run-mode: add
## Paths to source code files (either files or directories).
source-paths: []
## Paths to template files (either files or directories).
template-paths: []
## Variables (key-value) to replace in templates.
variables: {}