Revision ab879939dfcbd9b803dc32d59fb757d24abb34c6 authored by Sergey Tychinin on 01 October 2019, 14:02:25 UTC, committed by Joey Watts on 01 October 2019, 14:48:17 UTC
Signed-off-by: Sergey Tychinin <stychinin@bloomberg.net>
1 parent 7be7cba
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