--- name: "YAML Standards" description: "Cross-project YAML standards for readable and consistent configuration files." applyTo: "**/*.yml,**/*.yaml" --- - Use consistent indentation and spacing. - Keep values explicit and structures readable. - Avoid overly complex inline expressions. - Keep file conventions consistent within each configuration domain. - Keep YAML yamllint-compatible where feasible.