Тут показані розбіжності між вибраною ревізією та поточною версією сторінки.
| Порівняння попередніх версій Попередня ревізія | |||
|
programming:python:new_project [2020/04/27 13:45] charon |
programming:python:new_project [2021/03/30 13:05] (поточний) charon |
||
|---|---|---|---|
| Рядок 70: | Рядок 70: | ||
| <code ini .editorconfig> | <code ini .editorconfig> | ||
| # https:// | # https:// | ||
| + | | ||
| root = true | root = true | ||
| Рядок 93: | Рядок 93: | ||
| indent_size = 2 | indent_size = 2 | ||
| insert_final_newline = ignore | insert_final_newline = ignore | ||
| + | |||
| + | [*.{yml, | ||
| + | indent_style = space | ||
| + | indent_size = 2 | ||
| + | |||
| + | # Markdown Files | ||
| + | [*.md] | ||
| + | trim_trailing_whitespace = false | ||
| </ | </ | ||