Codebase list python-ldapdomaindump / 5774c6b8-5747-4044-b6f2-07c45494f5dd/main .editorconfig
5774c6b8-5747-4044-b6f2-07c45494f5dd/main

Tree @5774c6b8-5747-4044-b6f2-07c45494f5dd/main (Download .tar.gz)

.editorconfig @5774c6b8-5747-4044-b6f2-07c45494f5dd/main

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