kdcsoftware/password

View on GitHub
.editorconfig

Summary

Maintainability
Test Coverage
root = true
# General settings for whole project
[*]
indent_style = space
end_of_line = lf
indent_size = 2
charset = utf-8
trim_trailing_whitespace = true
# Format specific overrides
[*.md]
max_line_length = 0
trim_trailing_whitespace = false