From 71987c0b72d5fa8a2059768056b3e20b4a4f5c27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20R=C3=BCger?= Date: Tue, 24 Jul 2018 14:13:28 +0200 Subject: [PATCH] .editorconfig: Add configuration for yaml files This will be useful for helm charts --- .editorconfig | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.editorconfig b/.editorconfig index 68a81ee0d..a5ac56962 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,3 +7,8 @@ insert_final_newline = true max_line_length = 100 trim_trailing_whitespace = true indent_size = 4 + +[*.yaml] +indent_style = space +indent_size = 2 +trim_trailing_whitespace = true