Codebase list python-ldapdomaindump / de6e1afb-8836-4204-9663-563f12fa6e26/upstream .editorconfig
de6e1afb-8836-4204-9663-563f12fa6e26/upstream

Tree @de6e1afb-8836-4204-9663-563f12fa6e26/upstream (Download .tar.gz)

.editorconfig @de6e1afb-8836-4204-9663-563f12fa6e26/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