diff --git a/instructions/coldfusion-cfc-instructions.md b/instructions/coldfusion-cfc-instructions.md index 812415e..5a0ce82 100644 --- a/instructions/coldfusion-cfc-instructions.md +++ b/instructions/coldfusion-cfc-instructions.md @@ -27,4 +27,4 @@ applyTo: "**/*.cfc" - Avoid using `cfcomponent` attributes that are deprecated or unnecessary. - Use ternary operators where possible -- Make sure all tabs start and end line up vertically. +- Ensure consistent tab alignment. diff --git a/instructions/coldfusion-cfm-instructions.md b/instructions/coldfusion-cfm-instructions.md index e2e9a59..e128027 100644 --- a/instructions/coldfusion-cfm-instructions.md +++ b/instructions/coldfusion-cfm-instructions.md @@ -25,4 +25,4 @@ applyTo: "**/*.cfm" - Prefer `cfinclude` for shared templates, but avoid circular includes. - Use ternary operators where possible -- Make sure all tabs start and end line up vertically. +- Ensure consistent tab alignment.