mirror of
https://github.com/denoland/deno.git
synced 2024-12-31 19:44:10 -05:00
Create .editorconfig (#74)
This commit is contained in:
parent
9552f28daf
commit
66baebf8bd
1 changed files with 9 additions and 0 deletions
9
.editorconfig
Normal file
9
.editorconfig
Normal 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
|
Loading…
Reference in a new issue