Revision c242d4a46b1085718d5607591b013288c9c88f9c authored by TypeScript Bot on 29 March 2022, 22:35:54 UTC, committed by TypeScript Bot on 29 March 2022, 22:35:54 UTC
1 parent fbc2b67
Raw File
.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