From 364203c0db194c1a7b6c234a26957c41d117333a Mon Sep 17 00:00:00 2001 From: EdJoPaTo Date: Wed, 8 May 2024 09:56:03 +0200 Subject: [PATCH] chore(editorconfig): sort --- .editorconfig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.editorconfig b/.editorconfig index e892be3..67741b5 100644 --- a/.editorconfig +++ b/.editorconfig @@ -5,11 +5,11 @@ indent_style = tab insert_final_newline = true trim_trailing_whitespace = true -[*.{yml,yaml}] +# https://projectfluent.org/ +[*.ftl] indent_size = 2 indent_style = space -# https://projectfluent.org/ -[*.ftl] +[*.{yml,yaml}] indent_size = 2 indent_style = space