Codebase list python-ldapdomaindump / 84f93c6b-bb54-4f0c-8af7-5d8ff3eb5c6f/main .editorconfig
84f93c6b-bb54-4f0c-8af7-5d8ff3eb5c6f/main

Tree @84f93c6b-bb54-4f0c-8af7-5d8ff3eb5c6f/main (Download .tar.gz)

.editorconfig @84f93c6b-bb54-4f0c-8af7-5d8ff3eb5c6f/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