dreamhouse-sfdx/.editorconfig

12 строки
163 B
INI
Исходник Постоянная ссылка Обычный вид История

2018-05-09 09:47:18 +03:00
root = true
[*]
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
[*.{json,yml}]
indent_size = 2