Codebase list python-ldapdomaindump / 49946718-a0ba-432d-a254-ce39b8c50c88/main .editorconfig
49946718-a0ba-432d-a254-ce39b8c50c88/main

Tree @49946718-a0ba-432d-a254-ce39b8c50c88/main (Download .tar.gz)

.editorconfig @49946718-a0ba-432d-a254-ce39b8c50c88/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