oecis-charts/charts/vault-unseal/.editorconfig
Jan-Niklas Weghorn e1e4213896 update vikunja
2024-09-29 13:50:58 +02:00

25 lines
421 B
INI

root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
# Shell
# https://google.github.io/styleguide/shell.xml#Indentation
[*.{bash,sh,zsh}]
indent_size = 2
indent_style = space
# JSON, JSONNET
[*.json{,net}]
indent_size = 2
indent_style = space
# YAML
# http://yaml.org/spec/1.2/2009-07-21/spec.html#id2576668
[*.{yaml,yml}]
indent_size = 2
indent_style = space