Codebase list python-ldapdomaindump / 9868b945-7b2c-44be-832a-b6b2f67b751a/main .editorconfig
9868b945-7b2c-44be-832a-b6b2f67b751a/main

Tree @9868b945-7b2c-44be-832a-b6b2f67b751a/main (Download .tar.gz)

.editorconfig @9868b945-7b2c-44be-832a-b6b2f67b751a/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