aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
blob: fe1ae2d5893eb650d17d128f8882d3cf1799d9e3 (plain) (blame)
1
2
3
4
5
6
7
root = true

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