https://github.com/Microsoft/TypeScript
Raw File
Tip revision: 70447cbcc9dff1df1d005f2647273e79ffb89f28 authored by Nathan Shively-Sanders on 03 November 2021, 20:29:57 UTC
Accept baselines
Tip revision: 70447cb
.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