From d7e8b9fe9e4dbdcabfdab6f01bad2122128616ad Mon Sep 17 00:00:00 2001 From: Johanna Raisa Date: Mon, 11 Jan 2021 09:49:45 +0200 Subject: [PATCH] Bug 27375: Set YAML file settings in .editorconfig To test: 1) Start an editor that supports .editorconfig. 2) Open YAML file mappings.yaml for example. 3) Format the file. 4) Observe that nothing changes. Sponsored-by: Koha-Suomi Oy Signed-off-by: Tomas Cohen Arazi --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.editorconfig b/.editorconfig index 569457ec6a..b0ea8b8118 100644 --- a/.editorconfig +++ b/.editorconfig @@ -13,3 +13,7 @@ charset = utf-8 [*.json] indent_size = 2 + +[*.yaml] +indent_size = 2 +quote_type = single -- 2.33.1