wikimedia/mediawiki-extensions-Wikibase

View on GitHub
.editorconfig

Summary

Maintainability
Test Coverage
# http://editorconfig.org
root = true

[*]
charset = utf-8
indent_style = tab
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true

[*.php]
max_line_length = 140
quote_type = single
spaces_around_operators = true
spaces_around_brackets = inside
indent_brace_style = K&R