https://github.com/Microsoft/TypeScript
Raw File
Tip revision: 7054e73ee7b28e425dc2242758c13aa1468093d4 authored by Daniel Rosenwasser on 22 June 2018, 04:47:39 UTC
Accepted baselines.
Tip revision: 7054e73
.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