diff options
author | Yoshiya Hinosawa <stibium121@gmail.com> | 2023-12-12 12:43:41 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-12 12:43:41 +0900 |
commit | 8ea35de158834fc70453d37f23094ef327879e76 (patch) | |
tree | eca92e384d0c67c966f0da13ba708517bd76a8f4 /.editorconfig | |
parent | 5ddf8732f089c93667a667155cd923250d723758 (diff) |
chore: modify editorconfig settings (#21533)
Diffstat (limited to '.editorconfig')
-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 |