Initial commit

Signed-off-by: Alejandro Mery <amery@jpi.io>
This commit is contained in:
2023-08-27 23:20:56 +00:00
commit f6a391904d
7 changed files with 38 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
# http://editorconfig.org
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.go]
indent_style = tab
indent_size = 4