From 7283509e668642d108a8df56a1cc75735e12a2e6 Mon Sep 17 00:00:00 2001 From: Igor Velkov Date: Fri, 10 Jun 2022 22:50:47 +0300 Subject: [PATCH] Add settings for .yml files into .editorconfig (#3878) --- .editorconfig | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index 2532c3809..50a0aab5b 100644 --- a/.editorconfig +++ b/.editorconfig @@ -20,8 +20,10 @@ insert_final_newline = false [*.json] indent_style = space indent_size = 4 -trim_trailing_whitespace = true -insert_final_newline = true + +[*.yml] +indent_style = space +indent_size = 2 # C coding style based on Linux kernel. # https://www.kernel.org/doc/html/v5.0/process/coding-style.html