10 lines
189 B
YAML
10 lines
189 B
YAML
|
gitea:
|
||
|
instance_url: "http://localhost:8080"
|
||
|
owner: "mfocko"
|
||
|
repository: "testing-repo"
|
||
|
|
||
|
language:
|
||
|
separate_opening: true
|
||
|
opening: "/**"
|
||
|
continuation: " ** "
|
||
|
closing: " **/\n"
|