From 09e28d8f2064aa3a309020ff35571f8800329a38 Mon Sep 17 00:00:00 2001 From: William Desportes Date: Sun, 8 Aug 2021 21:01:07 +0200 Subject: [PATCH] Last fixups for workflows --- .editorconfig | 3 +++ .gitignore | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) 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/