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

Create .editorconfig (denoland/deno_std#74)

Original: 66baebf8bd
This commit is contained in:
Dmitry Sharshakov aka. sh7dm 2019-01-04 01:37:49 +03:00 committed by Ryan Dahl
parent 4dd52719de
commit fc1bb41ec4

9
.editorconfig Normal file
View file

@ -0,0 +1,9 @@
[*.ts]
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 2
[*.yml]
indent_style = space
indent_size = 2