From c23bfbc37c8a39a8d5219807d80a333766a36b9a Mon Sep 17 00:00:00 2001 From: Adam Laki Date: Sat, 2 Mar 2024 07:56:50 +0100 Subject: [PATCH] Update editorconfig --- .editorconfig | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.editorconfig b/.editorconfig index 17c235d..7467459 100644 --- a/.editorconfig +++ b/.editorconfig @@ -13,12 +13,11 @@ block_comment_start = /* block_comment = * block_comment_end = */ -[*.{scss,css,js,json,md}] +[*.{scss,css,js,json}] indent_size = 2 +[*.{html,md}] +indent_size = unset + [acf-json/*.json] insert_final_newline = unset - -# Ignore paths -[/src/_includes/partial/ide/**] -indent_size = unset