2021-09-11 19:15:23 +02:00
|
|
|
gitea:
|
|
|
|
instance_url: "http://localhost:8080"
|
|
|
|
owner: "mfocko"
|
|
|
|
repository: "testing-repo"
|
|
|
|
|
|
|
|
language:
|
2021-09-11 23:34:25 +02:00
|
|
|
on_separate_line: true
|
|
|
|
opening: "/** "
|
2021-09-11 19:15:23 +02:00
|
|
|
continuation: " ** "
|
2022-10-15 15:39:21 +02:00
|
|
|
closing: "\n **/\n"
|
|
|
|
default_suffix: "hpp"
|