1
0
mirror of https://github.com/nginxinc/nginx-prometheus-exporter.git synced 2025-07-28 22:41:57 +03:00
Files
nginx_exporter/.editorconfig
2024-01-08 18:50:32 +00:00

14 lines
201 B
INI

root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_size = 4
indent_style = tab
[*.{md,yml,yaml}]
indent_size = 2
indent_style = space