Merge branch 'main' into feature/container_network

This commit is contained in:
Jason Song 2023-05-16 14:46:04 +08:00
commit 80a449e959
2 changed files with 17 additions and 0 deletions

16
.editorconfig Normal file
View file

@ -0,0 +1,16 @@
root = 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}]
indent_style = tab
[Makefile]
indent_style = tab

1
.gitattributes vendored Normal file
View file

@ -0,0 +1 @@
* text=auto eol=lf