Codebase list python-ldapdomaindump / 4173d18a-cc16-4998-a4dd-0502a5e5e776/upstream .editorconfig
4173d18a-cc16-4998-a4dd-0502a5e5e776/upstream

Tree @4173d18a-cc16-4998-a4dd-0502a5e5e776/upstream (Download .tar.gz)

.editorconfig @4173d18a-cc16-4998-a4dd-0502a5e5e776/upstreamraw · 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