From 152ac61faf6e0426b40a366b72de3650fc65399e Mon Sep 17 00:00:00 2001 From: jcmdln Date: Thu, 26 Oct 2023 20:18:48 -0400 Subject: [PATCH] editorconfig: Use 2-column spaces in YAML --- .editorconfig | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 14e39bcb9..dfe6368eb 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,6 +1,10 @@ - root = true [*] indent_style = tab end_of_line = lf + +[*.y{,a}ml] +indent_size = 2 +indent_style = space +tab_width = 2