diff --git a/.editorconfig b/.editorconfig index 6cbaf1e..b4fc9e6 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,13 +1,15 @@ root = true [*] +charset = utf-8 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true indent_style = space indent_size = 2 -tab_width = 2 -end_of_line = lf -charset = utf-8 -trim_trailing_whitespace = true -insert_final_newline = true + +[{*.go,Makefile,.gitmodules,go.mod,go.sum}] +indent_style = tab [*.md] trim_trailing_whitespace = false diff --git a/.gitignore b/.gitignore index deac53c..bb63e77 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ -.git/ -.idea/ -node_modules/ -vendor/ -config/ +/.git/ +/.idea/ +/config/ +/vendor/ +/gitea-sonarqube-bot diff --git a/README.md b/README.md index b33b93f..cbd7ae9 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Luckily, both endpoints have a proper REST API to communicate with each others. ## Workflow -![Workflow](assets/workflow.png) +![Workflow](docs/workflow.png) **Insights** diff --git a/assets/workflow.drawio b/docs/workflow.drawio similarity index 100% rename from assets/workflow.drawio rename to docs/workflow.drawio diff --git a/assets/workflow.png b/docs/workflow.png similarity index 100% rename from assets/workflow.png rename to docs/workflow.png