std/.editorconfig

12 lines
148 B
INI
Raw Normal View History

2019-01-26 18:17:34 +00:00
root = true
2019-01-03 22:37:49 +00:00
[*.ts]
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 2
[*.yml]
indent_style = space
indent_size = 2