Revision a44d8e76c68e7c685cef3d34943158021acd04e5 authored by Mohamed Hegazy on 11 September 2015, 18:32:35 UTC, committed by Mohamed Hegazy on 11 September 2015, 18:32:35 UTC
1 parent 5b76420
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