1
0
Fork 0
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:
Max Graey 2019-01-26 21:09:53 +02:00 committed by Ryan Dahl
parent 9c7d1244ed
commit 490c2eb506

View file

@ -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