Codebase list python-ldapdomaindump / 2394f3d4-2ba1-4163-8205-1f5909a9ea6d/main .editorconfig
2394f3d4-2ba1-4163-8205-1f5909a9ea6d/main

Tree @2394f3d4-2ba1-4163-8205-1f5909a9ea6d/main (Download .tar.gz)

.editorconfig @2394f3d4-2ba1-4163-8205-1f5909a9ea6d/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