Codebase list python-ldapdomaindump / 4f7d3c0d-9da5-4bea-9cb1-c7f20c957025/main .editorconfig
4f7d3c0d-9da5-4bea-9cb1-c7f20c957025/main

Tree @4f7d3c0d-9da5-4bea-9cb1-c7f20c957025/main (Download .tar.gz)

.editorconfig @4f7d3c0d-9da5-4bea-9cb1-c7f20c957025/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