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