mirror of
https://github.com/denoland/deno.git
synced 2025-01-10 16:11:13 -05:00
add charset & trim_trailing_whitespace (denoland/deno_std#158)
Original: 37e3239fc0
This commit is contained in:
parent
9c7d1244ed
commit
490c2eb506
1 changed files with 3 additions and 0 deletions
|
@ -1,11 +1,14 @@
|
|||
root = true
|
||||
|
||||
[*.ts]
|
||||
charset = utf-8
|
||||
end_of_line = lf
|
||||
insert_final_newline = true
|
||||
trim_trailing_whitespace = true
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
|
||||
[*.yml]
|
||||
indent_style = space
|
||||
trim_trailing_whitespace = true
|
||||
indent_size = 2
|
||||
|
|
Loading…
Reference in a new issue