1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-26 16:09:27 -05:00
denoland-deno/.editorconfig
2019-01-26 13:17:34 -05:00

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