TypeScript/.editorconfig

11 строки
188 B
INI
Исходник Обычный вид История

2015-03-03 01:38:24 +03:00
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