Codebase list python-ldapdomaindump / ea1472bb-c09a-45d4-91be-95990d290c33/main .editorconfig
ea1472bb-c09a-45d4-91be-95990d290c33/main

Tree @ea1472bb-c09a-45d4-91be-95990d290c33/main (Download .tar.gz)

.editorconfig @ea1472bb-c09a-45d4-91be-95990d290c33/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