Codebase list voctomix / 3567b246-f9ca-48e5-a609-e9635485cd94/main .editorconfig
3567b246-f9ca-48e5-a609-e9635485cd94/main

Tree @3567b246-f9ca-48e5-a609-e9635485cd94/main (Download .tar.gz)

.editorconfig @3567b246-f9ca-48e5-a609-e9635485cd94/mainraw · 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