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

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

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