See https://www.mediawiki.org/wiki/Manual:Coding_conventions#Tab_size This is a follow-up on I8e776665dca255ff5dead1a9874bcd73344e4d20 Bug: T172959 Change-Id: Ifc7ef5e3a095db505bbbff4c09c87213ae7259aa
13 lines
202 B
INI
13 lines
202 B
INI
root = true
|
|
|
|
[*]
|
|
indent_style = tab
|
|
indent_size = tab
|
|
tab_width = 4
|
|
end_of_line = lf
|
|
charset = utf-8
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|
|
|
|
[*.md]
|
|
trim_trailing_whitespace = false
|