Codebase list python-ldapdomaindump / a84d1506-cd8b-4038-a3c3-aa0c4ce973fb/main .editorconfig
a84d1506-cd8b-4038-a3c3-aa0c4ce973fb/main

Tree @a84d1506-cd8b-4038-a3c3-aa0c4ce973fb/main (Download .tar.gz)

.editorconfig @a84d1506-cd8b-4038-a3c3-aa0c4ce973fb/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