From 022a5a0f1ed950bcb7ec38fe92903fc9cdaa8472 Mon Sep 17 00:00:00 2001 From: Daniel Cronqvist Date: Sat, 17 Aug 2024 21:32:51 +0200 Subject: [PATCH] Update editorconfig --- .editorconfig | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 70cefcd..0c2a84a 100644 --- a/.editorconfig +++ b/.editorconfig @@ -5,4 +5,11 @@ charset = utf-8 end_of_line = lf indent_size = 2 indent_style = space -insert_final_newline = true \ No newline at end of file +insert_final_newline = true + +[.github/**/*.yml] +charset = utf-8 +end_of_line = lf +indent_size = 2 +indent_style = space +insert_final_newline = true