https://github.com/Microsoft/TypeScript
Raw File
Tip revision: f0911bb80ac81644a7e8e8a68a8113bf30074992 authored by Ron Buckton on 10 August 2022, 18:23:14 UTC
Use an object instead of an array
Tip revision: f0911bb
.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