diff --git a/cpp_config.yml b/cpp_config.yml new file mode 100644 index 0000000..e4dc794 --- /dev/null +++ b/cpp_config.yml @@ -0,0 +1,10 @@ +gitea: + instance_url: "http://localhost:8080" + owner: "mfocko" + repository: "testing-repo" + +language: + separate_opening: true + opening: "/**" + continuation: " ** " + closing: " **/\n" \ No newline at end of file diff --git a/haskell_config.yml b/haskell_config.yml new file mode 100644 index 0000000..a8ec22b --- /dev/null +++ b/haskell_config.yml @@ -0,0 +1,10 @@ +gitea: + instance_url: "http://localhost:8080" + owner: "mfocko" + repository: "testing-repo" + +language: + separate_opening: false + opening: "-- #" + continuation: "-- # " + closing: "" \ No newline at end of file diff --git a/python_config.yml b/python_config.yml new file mode 100644 index 0000000..caa4678 --- /dev/null +++ b/python_config.yml @@ -0,0 +1,10 @@ +gitea: + instance_url: "http://localhost:8080" + owner: "mfocko" + repository: "testing-repo" + +language: + separate_opening: false + opening: "##" + continuation: "## " + closing: "" \ No newline at end of file