Matej Focko
ae40226d94
- Change naming in the config - Add a template for config - Try to fix an issue with «multi-line» vs «single-line» comments Signed-off-by: Matej Focko <mfocko@redhat.com>
10 lines
No EOL
185 B
YAML
10 lines
No EOL
185 B
YAML
gitea:
|
|
instance_url: "http://localhost:8080"
|
|
owner: "mfocko"
|
|
repository: "testing-repo"
|
|
|
|
language:
|
|
on_separate_line: false
|
|
opening: "## "
|
|
continuation: "## "
|
|
closing: "\n" |