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