Codebase list python-ldapdomaindump / 4912a90d-d039-4277-a031-b1b59f645726/main .editorconfig
4912a90d-d039-4277-a031-b1b59f645726/main

Tree @4912a90d-d039-4277-a031-b1b59f645726/main (Download .tar.gz)

.editorconfig @4912a90d-d039-4277-a031-b1b59f645726/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