Address Copilot AI review comments

This commit is contained in:
Nathan Stanford 2025-09-08 23:46:27 -04:00
parent e47915958e
commit 129291d982
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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.