From 6b14d269462750bf144aadef9f620ebc1328737c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chris=20M=C3=BCller?= Date: Tue, 13 Aug 2019 22:28:21 +0200 Subject: [PATCH] [TASK] Add yaml files --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.editorconfig b/.editorconfig index e26065a..6b8a146 100644 --- a/.editorconfig +++ b/.editorconfig @@ -11,3 +11,7 @@ indent_style = space indent_size = 4 insert_final_newline = true trim_trailing_whitespace = true + +# YAML-Files +[*.{yaml,yml}] +indent_size = 2