mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
chore: modify editorconfig settings (#21533)
This commit is contained in:
parent
5ddf8732f0
commit
8ea35de158
1 changed files with 5 additions and 4 deletions
|
@ -9,8 +9,9 @@ charset = utf-8
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
|
|
||||||
[*.out] # make editor neutral to .out files
|
[*.out] # make editor neutral to .out files
|
||||||
insert_final_newline = false
|
insert_final_newline = unset
|
||||||
trim_trailing_whitespace = false
|
trim_trailing_whitespace = unset
|
||||||
|
|
||||||
[*.py]
|
[cli/tests/node_compat/test/**]
|
||||||
indent_size = 4
|
insert_final_newline = unset
|
||||||
|
trim_trailing_whitespace = unset
|
||||||
|
|
Loading…
Reference in a new issue