blob: 1447cda912c416e7095370bac1b5b0abecf22df8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
root = true
[*]
end_of_line = lf
indent_style = tab
tab_width = 4
indent_size = 4
insert_final_newline = true
trim_trailing_whitespace = true
[*.{yml,yaml}]
indent_size = 2
|