Codebase list python-ldapdomaindump / 181f3c2b-987e-4774-8059-51ea3dd7623e/main .editorconfig
181f3c2b-987e-4774-8059-51ea3dd7623e/main

Tree @181f3c2b-987e-4774-8059-51ea3dd7623e/main (Download .tar.gz)

.editorconfig @181f3c2b-987e-4774-8059-51ea3dd7623e/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