From b7c4afeda74e927eb6803fa973269823c0821a7c Mon Sep 17 00:00:00 2001 From: Jalil Arfaoui Date: Fri, 5 Apr 2024 23:39:55 +0200 Subject: [PATCH] chore: ajout de l'indent style pour les fichiers publicodes --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 6c0880f2d..bb46e5892 100644 --- a/.editorconfig +++ b/.editorconfig @@ -13,7 +13,7 @@ max_line_length = 80 [**.{js,jsx,ts,tsx}] indent_size = 2 -[**.{yml,yaml}] +[**.{yml,yaml,publicodes}] # Spaces are mandatory for yaml files: indent_style = space indent_size = 2