diff --git a/.editorconfig b/.editorconfig index 4203f0476..24101cb3f 100644 --- a/.editorconfig +++ b/.editorconfig @@ -25,7 +25,6 @@ trim_trailing_whitespace = true # Possible values - true, false insert_final_newline = true -[*.php] # Indentation size in single-spaced characters # Possible values - an integer, tab indent_size = 4 @@ -34,3 +33,8 @@ indent_size = 4 # Indentation size in single-spaced characters # Possible values - an integer, tab indent_size = 2 + +[*.{yml,yaml}] +# Indentation size in single-spaced characters +# Possible values - an integer, tab +indent_size = 2