Create .editorconfig (#74)

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

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