mirror of
https://github.com/denoland/deno.git
synced 2025-01-11 00:21:05 -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
|
root = true
|
||||||
|
|
||||||
[*.ts]
|
[*.ts]
|
||||||
|
charset = utf-8
|
||||||
end_of_line = lf
|
end_of_line = lf
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
|
trim_trailing_whitespace = true
|
||||||
indent_style = space
|
indent_style = space
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
|
|
||||||
[*.yml]
|
[*.yml]
|
||||||
indent_style = space
|
indent_style = space
|
||||||
|
trim_trailing_whitespace = true
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
|
|
Loading…
Reference in a new issue