Codebase list python-ldapdomaindump / 67c042ae-e1c8-4f75-b903-8917fa7f614b/main .editorconfig
67c042ae-e1c8-4f75-b903-8917fa7f614b/main

Tree @67c042ae-e1c8-4f75-b903-8917fa7f614b/main (Download .tar.gz)

.editorconfig @67c042ae-e1c8-4f75-b903-8917fa7f614b/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