Respect common go project structure

Signed-off-by: Steven Kriegler <61625851+justusbunsi@users.noreply.github.com>
This commit is contained in:
justusbunsi 2021-06-20 15:14:26 +02:00
parent d98545e90d
commit 6d449ebb14
No known key found for this signature in database
GPG key ID: 990B348ECAC9C7DB
5 changed files with 13 additions and 11 deletions

View file

@ -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

10
.gitignore vendored
View file

@ -1,5 +1,5 @@
.git/
.idea/
node_modules/
vendor/
config/
/.git/
/.idea/
/config/
/vendor/
/gitea-sonarqube-bot

View file

@ -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**

View file

Before

Width:  |  Height:  |  Size: 77 KiB

After

Width:  |  Height:  |  Size: 77 KiB