docs: Add example configs

Add example configs for:
- C++
- Haskell
- Python

Signed-off-by: Matej Focko <mfocko@redhat.com>
This commit is contained in:
Matej Focko 2021-09-11 19:15:23 +02:00
parent 36efeb2aab
commit 698d39f7ad
No known key found for this signature in database
GPG key ID: 332171FADF1DB90B
3 changed files with 30 additions and 0 deletions

10
cpp_config.yml Normal file
View 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
View 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
View file

@ -0,0 +1,10 @@
gitea:
instance_url: "http://localhost:8080"
owner: "mfocko"
repository: "testing-repo"
language:
separate_opening: false
opening: "##"
continuation: "## "
closing: ""