aboutsummaryrefslogtreecommitdiff
path: root/vendor/github.com/go-task/slim-sprig/.editorconfig
blob: b0c95367e75a1d6e6bc712cfcc27047dfbe193c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# editorconfig.org

root = true

[*]
insert_final_newline = true
charset = utf-8
trim_trailing_whitespace = true
indent_style = tab
indent_size = 8

[*.{md,yml,yaml,json}]
indent_style = space
indent_size = 2