Codebase list python-ldapdomaindump / 0a63c057-3d3f-4943-a758-57d2ed12d19a/main .editorconfig
0a63c057-3d3f-4943-a758-57d2ed12d19a/main

Tree @0a63c057-3d3f-4943-a758-57d2ed12d19a/main (Download .tar.gz)

.editorconfig @0a63c057-3d3f-4943-a758-57d2ed12d19a/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