From ba892adf7fb49dbc4cab430e65c4d790a899bb81 Mon Sep 17 00:00:00 2001 From: Caesar Schinas Date: Fri, 18 Aug 2023 23:36:44 +0100 Subject: [PATCH] add yaml to editorconfig --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 0bae407d..6491fcef 100644 --- a/.editorconfig +++ b/.editorconfig @@ -10,7 +10,7 @@ indent_size = 2 indent_style = tab insert_final_newline = true -[*.json] +[*.json, *.yml, *.yaml] indent_style = space [*.md]