Revision 1c790bc4f9bf5102b98c50839ced416ae61b5612 authored by Mohamed Hegazy on 04 October 2017, 20:56:34 UTC, committed by Mohamed Hegazy on 04 October 2017, 20:56:34 UTC
1 parent 1cfdbf0
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