diff --git a/.editorconfig b/.editorconfig index b673d06..aeb2c89 100644 --- a/.editorconfig +++ b/.editorconfig @@ -17,3 +17,6 @@ indent_size = unset [README.md] indent_size = 2 + +[.github/workflows/*.yml] +indent_size = 2 diff --git a/.gitignore b/.gitignore index e673575..3d5af4d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .idea/ -target/ \ No newline at end of file +.vscode/ +target/