mirror of
https://github.com/denoland/deno.git
synced 2024-11-26 16:09:27 -05:00
9c7d1244ed
Original: 7edda96a2d
11 lines
148 B
INI
11 lines
148 B
INI
root = true
|
|
|
|
[*.ts]
|
|
end_of_line = lf
|
|
insert_final_newline = true
|
|
indent_style = space
|
|
indent_size = 2
|
|
|
|
[*.yml]
|
|
indent_style = space
|
|
indent_size = 2
|