Codebase list python-ldapdomaindump / c2cc67b0-b2c2-49a1-8f02-34fe3fc450a6/main .editorconfig
c2cc67b0-b2c2-49a1-8f02-34fe3fc450a6/main

Tree @c2cc67b0-b2c2-49a1-8f02-34fe3fc450a6/main (Download .tar.gz)

.editorconfig @c2cc67b0-b2c2-49a1-8f02-34fe3fc450a6/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