Revision af81f6a3e14cffe38b041e9e928fe394e316c06b authored by Nathan Oshlag on 24 October 2022, 16:43:51 UTC, committed by GitHub on 24 October 2022, 16:43:51 UTC
Test commit for adding double quotes and single quotes to make sure the sync script works as expected.
1 parent 6af270d
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