Revision 029fbfc7e0851b4dfcf60e63fc1a4e869c63e74b authored by Ron Buckton on 06 October 2017, 20:18:16 UTC, committed by Ron Buckton on 06 October 2017, 20:18:16 UTC
1 parent afa4842
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