https://github.com/Microsoft/TypeScript
Raw File
Tip revision: f8ed021f1e97da3974aaeba27d89800e68f8708b authored by Ron Buckton on 13 February 2016, 01:46:38 UTC
PR feedback and cleanup
Tip revision: f8ed021
.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