Codebase list python-ldapdomaindump / 77f2033f-2b33-4812-b543-19e629cf3267/upstream .editorconfig
77f2033f-2b33-4812-b543-19e629cf3267/upstream

Tree @77f2033f-2b33-4812-b543-19e629cf3267/upstream (Download .tar.gz)

.editorconfig @77f2033f-2b33-4812-b543-19e629cf3267/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