functions-action/.editorconfig

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

root = true
[*]
trim_trailing_whitespace = true
insert_final_newline = false
[*.ts]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
[*.spec.ts]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8