frag-review/docs/cpp_config.yml
Matej Focko ae40226d94
refactor: Update config and clean up code
- 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>
2021-09-11 23:34:25 +02:00

10 lines
No EOL
192 B
YAML

gitea:
instance_url: "http://localhost:8080"
owner: "mfocko"
repository: "testing-repo"
language:
on_separate_line: true
opening: "/** "
continuation: " ** "
closing: "\n **/\n"