Codebase list python-ldapdomaindump / f7264253-0796-4cba-9f8d-469ec5ba1dab/main .editorconfig
f7264253-0796-4cba-9f8d-469ec5ba1dab/main

Tree @f7264253-0796-4cba-9f8d-469ec5ba1dab/main (Download .tar.gz)

.editorconfig @f7264253-0796-4cba-9f8d-469ec5ba1dab/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