fix formatting

This commit is contained in:
Joe Danziger
2025-05-11 15:05:15 -04:00
parent 5710ce9747
commit e3f4cb155a

View File

@@ -221,7 +221,8 @@ function convertAllRulesToBrandRules(projectDir, profile) {
// Determine target file name
let targetFilename;
if (fileMap[file]) { // If an explicit mapping exists, use it
if (fileMap[file]) {
// If an explicit mapping exists, use it
targetFilename = fileMap[file];
} else if (brandName === 'Roo' || brandName === 'Windsurf') {
// For Roo and Windsurf, change .mdc to .md if not in fileMap