1
0
mirror of https://github.com/coreos/prometheus-operator.git synced 2026-02-05 06:45:27 +01:00
Files
prometheus-operator/.editorconfig
Manuel Rüger 71987c0b72 .editorconfig: Add configuration for yaml files
This will be useful for helm charts
2018-07-24 14:17:08 +02:00

15 lines
235 B
INI

root = true
[*.py]
indent_style = space
end_of_line = lf
insert_final_newline = true
max_line_length = 100
trim_trailing_whitespace = true
indent_size = 4
[*.yaml]
indent_style = space
indent_size = 2
trim_trailing_whitespace = true