Codebase list python-ldapdomaindump / 09a1f7d3-4327-48e9-9753-07312d9b7047/main .editorconfig
09a1f7d3-4327-48e9-9753-07312d9b7047/main

Tree @09a1f7d3-4327-48e9-9753-07312d9b7047/main (Download .tar.gz)

.editorconfig @09a1f7d3-4327-48e9-9753-07312d9b7047/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