Codebase list python-ldapdomaindump / acdd686e-22aa-4e64-83f2-3841990749de/main .editorconfig
acdd686e-22aa-4e64-83f2-3841990749de/main

Tree @acdd686e-22aa-4e64-83f2-3841990749de/main (Download .tar.gz)

.editorconfig @acdd686e-22aa-4e64-83f2-3841990749de/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