Codebase list python-ldapdomaindump / f21cd6b8-c18a-4663-a199-f05d3ec9c611/main .editorconfig
f21cd6b8-c18a-4663-a199-f05d3ec9c611/main

Tree @f21cd6b8-c18a-4663-a199-f05d3ec9c611/main (Download .tar.gz)

.editorconfig @f21cd6b8-c18a-4663-a199-f05d3ec9c611/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