Revision c7b2942acc31b4e467a9b28800d31d9976827b35 authored by Anders Hejlsberg on 22 July 2022, 23:44:33 UTC, committed by Anders Hejlsberg on 22 July 2022, 23:44:33 UTC
1 parent 97bfeab
Raw File
.editorconfig

root = true

[{src,scripts}/**.{ts,json,js}]
end_of_line = crlf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
indent_style = space
indent_size = 4
back to top