Files
pet-project-server/.editorconfig
Anton Vakhrushev 942bb7d999
Some checks failed
Linting / YAML Lint (push) Failing after 8s
Linting / Ansible Lint (push) Failing after 19s
Fix editorconfig for yaml files
2025-11-28 18:30:23 +03:00

15 lines
201 B
INI

root = true
[*]
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4
[*.{yml,yaml,yml.j2}]
indent_size = 2
trim_trailing_whitespace = true
[Vagrantfile]
indent_size = 2