Merge pull request #183 from jasmerah1966/main

Merge pull request #183

This merge action was created automatically.

Reviewed-by: ditatompel <ditatompel@users.noreply.github.com>
This commit is contained in:
ditatombot[bot] 2024-07-14 00:59:30 +00:00 committed by GitHub
commit 4343b298ff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

20
.editorconfig Normal file
View file

@ -0,0 +1,20 @@
; https://editorconfig.org/
root = true
[*]
trim_trailing_whitespace = true
indent_style = space
indent_size = 2
[{Makefile,go.mod,go.sum,*.go}]
indent_style = tab
indent_size = 4
[*.md]
indent_size = 4
trim_trailing_whitespace = false
[{*.yml,*.yaml}]
indent_style = space
indent_size = 2