summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--.editorconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
index 839ca55766..4d0dcfc971 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -20,3 +20,7 @@ indent_size = 2
[*.{go}]
end_of_line = lf
indent_style = tab
+
+[*.{yml,yaml}]
+indent_style = space
+indent_size = 2