fuzeman/byte-pysqlite

View on GitHub
.editorconfig

Summary

Maintainability
Test Coverage
root = true

[*]
end_of_line = crlf
insert_final_newline = true

[*.py]
indent_style = space
indent_size = 4
trim_trailing_whitespace = true