Codebase list python-ldapdomaindump / 2003ee8a-42d3-47ac-9f1d-d57a47faacf8/upstream .editorconfig
2003ee8a-42d3-47ac-9f1d-d57a47faacf8/upstream

Tree @2003ee8a-42d3-47ac-9f1d-d57a47faacf8/upstream (Download .tar.gz)

.editorconfig @2003ee8a-42d3-47ac-9f1d-d57a47faacf8/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