autorest.python/.editorconfig

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

2022-07-23 02:09:13 +03:00
root = true
[*]
2022-08-24 03:19:37 +03:00
indent_size = 4
2022-07-23 02:09:13 +03:00
indent_style = space
end_of_line = lf
insert_final_newline = true
2022-08-24 03:19:37 +03:00
charset = utf-8
[*.{yml,yaml}]
indent_size = 2
[*.json]
indent_size = 2