Codebase list python-ldapdomaindump / d7bf0b69-1883-4788-a864-482775b6e444/main .editorconfig
d7bf0b69-1883-4788-a864-482775b6e444/main

Tree @d7bf0b69-1883-4788-a864-482775b6e444/main (Download .tar.gz)

.editorconfig @d7bf0b69-1883-4788-a864-482775b6e444/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