Codebase list python-ldapdomaindump / bde8fd52-8088-4a4e-8fdc-0f6ba9d15af5/upstream .editorconfig
bde8fd52-8088-4a4e-8fdc-0f6ba9d15af5/upstream

Tree @bde8fd52-8088-4a4e-8fdc-0f6ba9d15af5/upstream (Download .tar.gz)

.editorconfig @bde8fd52-8088-4a4e-8fdc-0f6ba9d15af5/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