Codebase list python-ldapdomaindump / 7b64b605-d858-4722-a429-2a9c04123c21/main .editorconfig
7b64b605-d858-4722-a429-2a9c04123c21/main

Tree @7b64b605-d858-4722-a429-2a9c04123c21/main (Download .tar.gz)

.editorconfig @7b64b605-d858-4722-a429-2a9c04123c21/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