Codebase list python-ldapdomaindump / 64a705d2-b66a-43ef-afae-ecb73d4b07dc/upstream .editorconfig
64a705d2-b66a-43ef-afae-ecb73d4b07dc/upstream

Tree @64a705d2-b66a-43ef-afae-ecb73d4b07dc/upstream (Download .tar.gz)

.editorconfig @64a705d2-b66a-43ef-afae-ecb73d4b07dc/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