From 463f77a1448a7b68dfebe0acb8909357af786019 Mon Sep 17 00:00:00 2001 From: Alexander Repeta <alexander.repeta@gmail.com> Date: Tue, 23 Mar 2021 13:02:01 +0200 Subject: [PATCH] add editorconfig --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 500a66d..0534c80 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,5 +9,5 @@ trim_trailing_whitespace = true insert_final_newline = false -[*.{json, md}] +[*.{json,md,yaml}] indent_size = 2 \ No newline at end of file -- GitLab