Revision e630ce18a89fd90995dbf4a5ea2b40999a930a00 authored by Sheetal Nandi on 11 February 2020, 23:27:16 UTC, committed by Sheetal Nandi on 27 February 2020, 23:45:44 UTC
1 parent 8ecd531
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