Codebase list python-ldapdomaindump / 77f2033f-2b33-4812-b543-19e629cf3267/main .editorconfig
77f2033f-2b33-4812-b543-19e629cf3267/main

Tree @77f2033f-2b33-4812-b543-19e629cf3267/main (Download .tar.gz)

.editorconfig @77f2033f-2b33-4812-b543-19e629cf3267/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