From a70df489af89295c8f29dda02fb20c1c21ba7b61 Mon Sep 17 00:00:00 2001 From: Riccardo De Agostini Date: Mon, 13 Sep 2021 11:14:46 +0200 Subject: [PATCH] Add YAML file support in .editorconfig --- .editorconfig | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index f51c00f..1164909 100644 --- a/.editorconfig +++ b/.editorconfig @@ -26,10 +26,12 @@ indent_size = 2 [*.json] indent_size = 2 +# YAML files [*.{yml,yaml}] indent_size = 2 -[*.{sh}] +# Shell scripts +[*.sh] end_of_line = lf indent_size = 2