Revision 6acfd1ffb26a3b0cdb01e4825d66e3818128f0ba authored by Daniel Rosenwasser on 25 February 2022, 00:16:00 UTC, committed by GitHub on 25 February 2022, 02:57:40 UTC
1 parent 78ee4ca
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