chore: change indent size to 2 for yaml files

This commit is contained in:
vdovhanych
2024-04-30 16:36:40 +02:00
committed by Jan Komárek
parent a195aca4be
commit 52e150d4f4

View File

@@ -16,3 +16,7 @@ charset = utf-8
end_of_line = unset
insert_final_newline = unset
trim_trailing_whitespace = unset
# Use indentation of 2 spaces for all yaml files.
[*.{yaml,yml}]
indent_size = 2