mirror of
https://github.com/prometheus-operator/prometheus-operator.git
synced 2025-03-31 04:14:59 +00:00
.editorconfig: Add configuration for yaml files
This will be useful for helm charts
This commit is contained in:
parent
5fcadeeedc
commit
71987c0b72
1 changed files with 5 additions and 0 deletions
|
@ -7,3 +7,8 @@ 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
|
||||
|
|
Loading…
Add table
Reference in a new issue