curl: update to 8.10.0
[void-pkg.git] / .editorconfig
blob002ee905c803220c94a3f701b365c50ba8c31322
1 root = true
3 [*]
4 indent_style = tab
5 end_of_line = lf
6 charset = utf-8
7 trim_trailing_whitespace = true
8 insert_final_newline = true
10 [*.md]
11 indent_size = 4
12 indent_style = space
14 [*.{yml,yaml}]
15 indent_size = 2
16 indent_style = space
18 [*.{patch,diff}]
19 indent_style = unset
20 end_of_line = unset
21 charset = unset
22 trim_trailing_whitespace = unset