Revision 9733858944ca6204dff137e03373da4668347ce0 authored by Daniel Rosenwasser on 29 October 2018, 21:48:37 UTC, committed by Daniel Rosenwasser on 29 October 2018, 21:48:37 UTC
1 parent 626303e
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