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

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

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