Codebase list python-ldapdomaindump / bde8fd52-8088-4a4e-8fdc-0f6ba9d15af5/main .editorconfig
bde8fd52-8088-4a4e-8fdc-0f6ba9d15af5/main

Tree @bde8fd52-8088-4a4e-8fdc-0f6ba9d15af5/main (Download .tar.gz)

.editorconfig @bde8fd52-8088-4a4e-8fdc-0f6ba9d15af5/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