Codebase list python-ldapdomaindump / ff116eb6-327d-4062-9759-d9c12024c15e/main .editorconfig
ff116eb6-327d-4062-9759-d9c12024c15e/main

Tree @ff116eb6-327d-4062-9759-d9c12024c15e/main (Download .tar.gz)

.editorconfig @ff116eb6-327d-4062-9759-d9c12024c15e/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