Codebase list python-ldapdomaindump / 8f8d5a4e-e800-4ad8-9ce1-a76fc6166c5a/main .editorconfig
8f8d5a4e-e800-4ad8-9ce1-a76fc6166c5a/main

Tree @8f8d5a4e-e800-4ad8-9ce1-a76fc6166c5a/main (Download .tar.gz)

.editorconfig @8f8d5a4e-e800-4ad8-9ce1-a76fc6166c5a/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