diff --git a/.editorconfig b/.editorconfig index fbe828c3..553eeef6 100644 --- a/.editorconfig +++ b/.editorconfig @@ -28,3 +28,6 @@ indent_style = tab [*.js] indent_size = 2 +[*.yml] +indent_size = 2 +indent_style = space