std/.editorconfig
Dmitry Sharshakov aka. sh7dm 66baebf8bd Create .editorconfig (#74)
2019-01-03 17:37:49 -05:00

10 lines
135 B
INI

[*.ts]
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 2
[*.yml]
indent_style = space
indent_size = 2