distribution-viewer/.editorconfig

17 строки
235 B
INI

root = true
[*]
# Unix line endings
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.{py,yml}]
indent_style = space
indent_size = 4
[*.{html,css,styl,js,json,md}]
indent_style = space
indent_size = 2