Revision 66182554c80fd4e3d1e427c1317f8c7d2bba07a3 authored by csigs on 03 October 2021, 05:14:20 UTC, committed by GitHub on 03 October 2021, 05:14:20 UTC
LEGO: Merge pull request 46179
1 parent f3cc868
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