Codebase list python-ldapdomaindump / 0114c825-e105-46b3-85b2-11665991504c/upstream .editorconfig
0114c825-e105-46b3-85b2-11665991504c/upstream

Tree @0114c825-e105-46b3-85b2-11665991504c/upstream (Download .tar.gz)

.editorconfig @0114c825-e105-46b3-85b2-11665991504c/upstream

78a2ddf
 
 
 
 
 
 
 
 
 
 
 
 
# 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