matterbridge/vendor/github.com/spf13/viper/.editorconfig

16 lines
212 B
INI
Raw Normal View History

2020-05-23 15:06:21 -07:00
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[*.go]
indent_style = tab
2022-06-11 14:07:42 -07:00
[{Makefile,*.mk}]
2020-05-23 15:06:21 -07:00
indent_style = tab