Codebase list python-ldapdomaindump / 448c1cf3-6c8c-4e4a-9b29-be94dbacc693/upstream .editorconfig
448c1cf3-6c8c-4e4a-9b29-be94dbacc693/upstream

Tree @448c1cf3-6c8c-4e4a-9b29-be94dbacc693/upstream (Download .tar.gz)

.editorconfig @448c1cf3-6c8c-4e4a-9b29-be94dbacc693/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