From 6cb0fa5ed40629c51c8a619773957ff6163d88a9 Mon Sep 17 00:00:00 2001 From: Nicolas Giard Date: Mon, 13 May 2024 21:42:21 -0400 Subject: [PATCH] chore: Remove helm config from .editorconfig --- .editorconfig | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.editorconfig b/.editorconfig index 4e5b304b6..7e5ce6236 100644 --- a/.editorconfig +++ b/.editorconfig @@ -51,14 +51,8 @@ indent_size = 2 [ietf/**.html] insert_final_newline = false -# Settings for Helm chart yaml -# --------------------------------------------------------- -# Use 2-space indents -[helm/**.yaml] -indent_size = 2 - # Settings for Kubernetes yaml # --------------------------------------------------------- # Use 2-space indents [k8s/**.yaml] -indent_size = 2 \ No newline at end of file +indent_size = 2