https://github.com/Microsoft/TypeScript
Raw File
Tip revision: 4824d64dc0f993dcd493e08ae07220f770773d7f authored by Nathan Shively-Sanders on 18 November 2021, 23:51:03 UTC
fix const lint
Tip revision: 4824d64
.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