https://github.com/Microsoft/TypeScript
Raw File
Tip revision: 264d27e77947adc8ff86c5cad6abd04291e19088 authored by TypeScript Bot on 06 August 2020, 17:37:28 UTC
🤖 Pick PR #39937 (Handle empty package.json files) into release-4.0 (#39938)
Tip revision: 264d27e
.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