Revision a3a5e009a5a7c95fbc0a08dff6d8947cceff7807 authored by Jake Bailey on 03 August 2022, 17:47:30 UTC, committed by GitHub on 03 August 2022, 17:47:30 UTC
1 parent 867512c
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