Codebase list python-ldapdomaindump / e800202a-ba45-4fa0-aed6-92e4c99031fb/upstream .editorconfig
e800202a-ba45-4fa0-aed6-92e4c99031fb/upstream

Tree @e800202a-ba45-4fa0-aed6-92e4c99031fb/upstream (Download .tar.gz)

.editorconfig @e800202a-ba45-4fa0-aed6-92e4c99031fb/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