From 8ea35de158834fc70453d37f23094ef327879e76 Mon Sep 17 00:00:00 2001 From: Yoshiya Hinosawa Date: Tue, 12 Dec 2023 12:43:41 +0900 Subject: [PATCH] chore: modify editorconfig settings (#21533) --- .editorconfig | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.editorconfig b/.editorconfig index b4720d575a..ad45cafb09 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,8 +9,9 @@ charset = utf-8 trim_trailing_whitespace = true [*.out] # make editor neutral to .out files -insert_final_newline = false -trim_trailing_whitespace = false +insert_final_newline = unset +trim_trailing_whitespace = unset -[*.py] -indent_size = 4 +[cli/tests/node_compat/test/**] +insert_final_newline = unset +trim_trailing_whitespace = unset