Codebase list python-ldapdomaindump / ddacb4cf-c540-4bf4-903e-65d1c0138582/main .editorconfig
ddacb4cf-c540-4bf4-903e-65d1c0138582/main

Tree @ddacb4cf-c540-4bf4-903e-65d1c0138582/main (Download .tar.gz)

.editorconfig @ddacb4cf-c540-4bf4-903e-65d1c0138582/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