Codebase list python-ldapdomaindump / d373ef8f-ff3a-4560-a782-73a733928270/upstream .editorconfig
d373ef8f-ff3a-4560-a782-73a733928270/upstream

Tree @d373ef8f-ff3a-4560-a782-73a733928270/upstream (Download .tar.gz)

.editorconfig @d373ef8f-ff3a-4560-a782-73a733928270/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