Codebase list python-ldapdomaindump / ed45c0e5-6948-496c-ab46-fbb3e87efcfe/main .editorconfig
ed45c0e5-6948-496c-ab46-fbb3e87efcfe/main

Tree @ed45c0e5-6948-496c-ab46-fbb3e87efcfe/main (Download .tar.gz)

.editorconfig @ed45c0e5-6948-496c-ab46-fbb3e87efcfe/mainraw · 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