Codebase list python-ldapdomaindump / ed9cdfed-f2b9-466e-bb49-355fe6a60fda/upstream .editorconfig
ed9cdfed-f2b9-466e-bb49-355fe6a60fda/upstream

Tree @ed9cdfed-f2b9-466e-bb49-355fe6a60fda/upstream (Download .tar.gz)

.editorconfig @ed9cdfed-f2b9-466e-bb49-355fe6a60fda/upstreamraw · history · blame

# http://editorconfig.org
root = true

[*]
indent_style = space
indent_size = 4
end_of_line = crlf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.md]
trim_trailing_whitespace = false