From 57200a00c5dad90c44fef52d5d77cf4d19f13c3f Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sat, 20 May 2023 12:29:46 +0300 Subject: [PATCH] .editorconfig: apply the same md/tex rules to yaml --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index d30e6f9..d34b203 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,7 +8,7 @@ charset = utf-8 indent_style = tab indent_size = tab -[*.{markdown,md,tex}] +[*.{markdown,md,tex,yaml}] trim_trailing_whitespace = false indent_style = space indent_size = 2