From a3c5ec834dcf9a9aab2ccd798a17a96b5db19863 Mon Sep 17 00:00:00 2001 From: Daniel Quinn Date: Sun, 30 Dec 2018 17:31:13 +0000 Subject: [PATCH] Codify spaces in .yml files --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index 469d18cfa..439867898 100644 --- a/.editorconfig +++ b/.editorconfig @@ -18,6 +18,9 @@ max_line_length = off indent_size = 4 indent_style = space +[*.yml] +indent_style = space + # Tests don't get a line width restriction. It's still a good idea to follow # the 79 character rule, but in the interests of clarity, tests often need to # violate it.