blob: 24ce802ccdffca634d3de2771f716ea5d85905e5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
root = true
[*]
end_of_line = lf
[*.go]
indent_style = tab
indent_size = 4
[*.tpl]
indent_style = space
indent_size = 2
end_of_line = crlf
trim_trailing_whitespace = false
|