1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-23 23:59:59 -05:00

Make .editorconfig root (denoland/deno_std#157)

Original: 7edda96a2d
This commit is contained in:
Dmitry Sharshakov 2019-01-26 21:17:34 +03:00 committed by Ryan Dahl
parent be65b2b0f6
commit 9c7d1244ed

View file

@ -1,3 +1,5 @@
root = true
[*.ts]
end_of_line = lf
insert_final_newline = true