mirror of
https://github.com/prometheus-operator/prometheus-operator.git
synced 2025-04-16 01:06:27 +00:00
14 lines
235 B
INI
14 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
|