Update RELEASE-NOTES-1.35
[mediawiki.git] / .editorconfig
blob2dbfa1fe391ca542f9840c8ebfb9d989d0d9c449
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
15 # Tabs may not be valid YAML
16 # @see https://yaml.org/spec/1.2/spec.html#id2777534
17 [*.{yml,yaml}]
18 indent_style = space