mirror of
https://github.com/denoland/std.git
synced 2024-11-21 20:50:22 +00:00
Create .editorconfig (#74)
This commit is contained in:
parent
9552f28daf
commit
66baebf8bd
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 New Issue
Block a user