Codebase list voctomix / debian/latest .editorconfig
debian/latest

Tree @debian/latest (Download .tar.gz)

.editorconfig @debian/latestraw · history · blame

root = true

[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8

[*.py]
indent_style = space
indent_size = 4

[Makefile]
indent_style = tab