mirror of
https://github.com/kowainik/hit-on.git
synced 2024-11-03 23:06:10 +03:00
29 lines
434 B
YAML
29 lines
434 B
YAML
|
run-mode: replace
|
||
|
|
||
|
source-paths:
|
||
|
- src/
|
||
|
|
||
|
excluded-paths: []
|
||
|
|
||
|
template-paths:
|
||
|
- headroom-templates
|
||
|
|
||
|
variables:
|
||
|
author: Kowainik
|
||
|
email: xrom.xkov@gmail.com
|
||
|
|
||
|
license-headers:
|
||
|
haskell:
|
||
|
put-after: ["^{-#"]
|
||
|
margin-after: 1
|
||
|
margin-before: 1
|
||
|
block-comment:
|
||
|
starts-with: "{- |"
|
||
|
ends-with: "-}"
|
||
|
|
||
|
post-process:
|
||
|
update-copyright:
|
||
|
enabled: true
|
||
|
config:
|
||
|
selected-authors-only: ["{{ author }}"]
|