Codebase list python-ldapdomaindump / 8b175e14-0083-4be1-b2f8-71109bdaf142/upstream .editorconfig
8b175e14-0083-4be1-b2f8-71109bdaf142/upstream

Tree @8b175e14-0083-4be1-b2f8-71109bdaf142/upstream (Download .tar.gz)

.editorconfig @8b175e14-0083-4be1-b2f8-71109bdaf142/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