mirror of
https://github.com/prometheus-community/windows_exporter
synced 2024-12-24 15:32:11 +00:00
16 lines
248 B
INI
16 lines
248 B
INI
root = true
|
|
|
|
[*]
|
|
charset = utf-8
|
|
end_of_line = lf
|
|
insert_final_newline = true
|
|
trim_trailing_whitespace = true
|
|
tab_width = 4
|
|
|
|
[*.{json,wxs,xml}]
|
|
indent_style = space
|
|
indent_size = 4
|
|
|
|
[*.{yml,yaml}]
|
|
indent_style = space
|
|
indent_size = 2 |