From 27a4d03c34d78bf983f8d37c51d264c307c6be87 Mon Sep 17 00:00:00 2001 From: Alexander Schwartz Date: Wed, 29 May 2024 18:04:30 +0200 Subject: [PATCH] Don't apply editorconfig auto-formatting to properties file for now Closes #29982 Signed-off-by: Alexander Schwartz --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 058503a8c5e..c8ccfa12f47 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,6 +1,6 @@ root = true -[{*.java,*.properties,*.js,*.tsx,*.adoc}] +[{*.java,*.js,*.tsx,*.adoc}] insert_final_newline = true trim_trailing_whitespace = true