diff options
-rw-r--r-- | .editorconfig | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/.editorconfig b/.editorconfig index b4720d575..ad45cafb0 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 |