matterbridge/vendor/github.com/lrstanley/girc/.editorconfig

51 lines
733 B
INI
Raw Normal View History

2022-04-11 15:30:21 -07:00
# THIS FILE IS GENERATED! DO NOT EDIT! Maintained by Terraform.
#
# editorconfig.org
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
2022-05-09 14:00:23 -07:00
max_line_length = 100
2022-04-11 15:30:21 -07:00
[*.tf]
indent_size = 2
[*.go]
indent_style = tab
indent_size = 4
[*.md]
trim_trailing_whitespace = false
2023-01-28 13:57:53 -08:00
[*.{md,py,sh,yml,yaml,cjs,js,ts,vue,css}]
2022-04-11 15:30:21 -07:00
max_line_length = 105
[*.{yml,yaml,toml}]
indent_size = 2
[*.json]
indent_size = 2
insert_final_newline = ignore
[*.html]
2022-05-09 14:00:23 -07:00
max_line_length = 140
indent_size = 2
2023-01-28 13:57:53 -08:00
[*.{cjs,js,ts,vue,css}]
2022-04-11 15:30:21 -07:00
indent_size = 2
[Makefile]
indent_style = tab
[**.min.js]
indent_style = ignore
insert_final_newline = ignore
[*.bat]
indent_style = tab