mirror of
https://github.com/nikdoof/helm-charts.git
synced 2025-12-11 12:42:16 +00:00
17 lines
388 B
INI
17 lines
388 B
INI
|
|
# EditorConfig helps us maintain consistent formatting on non-source files.
|
|
# Visit https://editorconfig.org/ for details on how to configure your editor to respect these settings.
|
|
|
|
# This is the terminal .editorconfig in this repository.
|
|
root = true
|
|
|
|
|
|
[*]
|
|
indent_style = space
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|
|
end_of_line = lf
|
|
|
|
[*.{yaml,yml}]
|
|
indent_size = 2
|