arashm/PoParser

View on GitHub
.editorconfig

Summary

Maintainability
Test Coverage
root = true

[*]
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
tab_width = 2
trim_trailing_whitespace = true
charset = utf-8
max_line_length = 119

[*.gemspec]
indent_size = 2

[*.rb]
indent_size = 2

[*.yml,*.yaml]
indent_size = 2