frag-review/cpp_config.yml
Matej Focko 698d39f7ad
docs: Add example configs
Add example configs for:
- C++
- Haskell
- Python

Signed-off-by: Matej Focko <mfocko@redhat.com>
2021-09-11 19:15:23 +02:00

10 lines
No EOL
189 B
YAML

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