From 8bf8c6fccf18e15693579d8171c8816548192279 Mon Sep 17 00:00:00 2001 From: Nathan Stanford Sr Date: Mon, 8 Sep 2025 23:38:52 -0400 Subject: [PATCH] Update instructions/coldfusion-cfc-instructions.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- instructions/coldfusion-cfc-instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.