https://github.com/Microsoft/TypeScript
Raw File
Tip revision: 7cf6c70d90b60e962db417d80290288eb786b5fd authored by TypeScript Bot on 30 October 2019, 23:58:46 UTC
Update user baselines (#34837)
Tip revision: 7cf6c70
.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