Use MediaWikiServices::getRepoGroup in api related classes
[mediawiki.git] / .editorconfig
blobd289792ab670acc0699fd80299e6f47257eedd0d
1 root = true
3 [*]
4 indent_style = tab
5 indent_size = tab
6 tab_width = 4
7 end_of_line = lf
8 charset = utf-8
9 trim_trailing_whitespace = true
10 insert_final_newline = true
12 [*.md]
13 trim_trailing_whitespace = false