Files
grafana/.editorconfig
T

31 lines
453 B
INI
Raw Normal View History

# http://editorconfig.org
root = true
2017-08-24 13:40:19 +02:00
[*]
indent_style = space
indent_size = 2
2016-03-08 14:31:31 +01:00
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
max_line_length = 120
2016-03-08 14:31:31 +01:00
2017-08-24 13:40:19 +02:00
[*.go]
indent_style = tab
indent_size = 4
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
2020-02-07 20:40:04 -05:00
[*.{js,ts,tsx,scss}]
quote_type = single
[*.md]
trim_trailing_whitespace = false
2019-03-27 17:53:49 +01:00
[Makefile]
indent_style = tab
indent_size = 2
2020-07-10 16:09:21 +02:00
[*.star]
indent_size = 4