From ad59273f70861b313fc7852faab20f9e60e87b4c Mon Sep 17 00:00:00 2001 From: Andrew Arnott Date: Thu, 23 Jul 2020 08:01:48 -0600 Subject: [PATCH] Use .editorconfig for YAML files --- src/.editorconfig => .editorconfig | 3 +++ 1 file changed, 3 insertions(+) rename src/.editorconfig => .editorconfig (99%) diff --git a/src/.editorconfig b/.editorconfig similarity index 99% rename from src/.editorconfig rename to .editorconfig index 6d613b57..98824c08 100644 --- a/src/.editorconfig +++ b/.editorconfig @@ -8,6 +8,9 @@ root = true indent_style = space # (Please don't specify an indent_size here; that has too many unintended consequences.) +[*.yml] +indent_size = 2 + # Code files [*.{cs,csx,vb,vbx}] indent_size = 4