Revision 618b518e4d1c9f69076fe6e587acbacde55227bf authored by TypeScript Bot on 31 March 2021, 23:20:25 UTC, committed by TypeScript Bot on 31 March 2021, 23:20:25 UTC
1 parent 7234457
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