docs: Add example configs
Add example configs for: - C++ - Haskell - Python Signed-off-by: Matej Focko <mfocko@redhat.com>
This commit is contained in:
parent
36efeb2aab
commit
698d39f7ad
3 changed files with 30 additions and 0 deletions
10
cpp_config.yml
Normal file
10
cpp_config.yml
Normal file
|
@ -0,0 +1,10 @@
|
|||
gitea:
|
||||
instance_url: "http://localhost:8080"
|
||||
owner: "mfocko"
|
||||
repository: "testing-repo"
|
||||
|
||||
language:
|
||||
separate_opening: true
|
||||
opening: "/**"
|
||||
continuation: " ** "
|
||||
closing: " **/\n"
|
10
haskell_config.yml
Normal file
10
haskell_config.yml
Normal file
|
@ -0,0 +1,10 @@
|
|||
gitea:
|
||||
instance_url: "http://localhost:8080"
|
||||
owner: "mfocko"
|
||||
repository: "testing-repo"
|
||||
|
||||
language:
|
||||
separate_opening: false
|
||||
opening: "-- #"
|
||||
continuation: "-- # "
|
||||
closing: ""
|
10
python_config.yml
Normal file
10
python_config.yml
Normal file
|
@ -0,0 +1,10 @@
|
|||
gitea:
|
||||
instance_url: "http://localhost:8080"
|
||||
owner: "mfocko"
|
||||
repository: "testing-repo"
|
||||
|
||||
language:
|
||||
separate_opening: false
|
||||
opening: "##"
|
||||
continuation: "## "
|
||||
closing: ""
|
Loading…
Reference in a new issue