diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..57fdf12 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,7 @@ +[{Makefile,go.mod,go.sum,*.go,.gitmodules}] +indent_style = tab +indent_size = 4 + +[*.md] +indent_size = 4 +trim_trailing_whitespace = false \ No newline at end of file diff --git a/.gitignore b/.gitignore index 66fd13c..1a63113 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,6 @@ # Dependency directories (remove the comment below to include it) # vendor/ + +.idea +.vscode \ No newline at end of file